diff options
Diffstat (limited to 'components/script/dom/fakexrdevice.rs')
-rw-r--r-- | components/script/dom/fakexrdevice.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/fakexrdevice.rs b/components/script/dom/fakexrdevice.rs index 811a7e01b42..a1905965bc3 100644 --- a/components/script/dom/fakexrdevice.rs +++ b/components/script/dom/fakexrdevice.rs @@ -38,8 +38,10 @@ use webxr_api::{ pub struct FakeXRDevice { reflector: Reflector, #[ignore_malloc_size_of = "defined in ipc-channel"] + #[no_trace] sender: IpcSender<MockDeviceMsg>, #[ignore_malloc_size_of = "defined in webxr-api"] + #[no_trace] next_input_id: Cell<InputId>, } |