diff options
Diffstat (limited to 'components/script/dom/gpudevice.rs')
-rw-r--r-- | components/script/dom/gpudevice.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpudevice.rs b/components/script/dom/gpudevice.rs index b3aae263d4e..840f6991292 100644 --- a/components/script/dom/gpudevice.rs +++ b/components/script/dom/gpudevice.rs @@ -206,7 +206,7 @@ impl GPUDevice { }, can_gc, ); - let _ = self.eventtarget.DispatchEvent(ev.event()); + let _ = self.eventtarget.DispatchEvent(ev.event(), can_gc); } /// <https://gpuweb.github.io/gpuweb/#abstract-opdef-validate-texture-format-required-features> |