diff options
Diffstat (limited to 'components/script/dom/gpupipelineerror.rs')
-rw-r--r-- | components/script/dom/gpupipelineerror.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpupipelineerror.rs b/components/script/dom/gpupipelineerror.rs index 23b438d22fa..d8a4bb5a587 100644 --- a/components/script/dom/gpupipelineerror.rs +++ b/components/script/dom/gpupipelineerror.rs @@ -55,7 +55,7 @@ impl GPUPipelineError { } } -impl GPUPipelineErrorMethods for GPUPipelineError { +impl GPUPipelineErrorMethods<crate::DomTypeHolder> for GPUPipelineError { /// <https://gpuweb.github.io/gpuweb/#dom-gpupipelineerror-constructor> fn Constructor( global: &GlobalScope, |