mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
webxr/webxr-api have the feature flag "ipc". This is required by important crates such as script and canvas. The only distinction was made in servo which does not use the IPC for android/ohos but because servo depends on script, this was essentially useless. This PR removes the feature flag and cleans up the code related to it. Testing: Compilation is the test. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>