diff options
Diffstat (limited to 'components/script/dom/gpuuncapturederrorevent.rs')
-rw-r--r-- | components/script/dom/gpuuncapturederrorevent.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpuuncapturederrorevent.rs b/components/script/dom/gpuuncapturederrorevent.rs index 262c8207d7e..0ee3871d98d 100644 --- a/components/script/dom/gpuuncapturederrorevent.rs +++ b/components/script/dom/gpuuncapturederrorevent.rs @@ -68,7 +68,7 @@ impl GPUUncapturedErrorEvent { } } -impl GPUUncapturedErrorEventMethods for GPUUncapturedErrorEvent { +impl GPUUncapturedErrorEventMethods<crate::DomTypeHolder> for GPUUncapturedErrorEvent { /// <https://gpuweb.github.io/gpuweb/#dom-gpuuncapturederrorevent-gpuuncapturederrorevent> fn Constructor( global: &GlobalScope, |