aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpuinternalerror.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/gpuinternalerror.rs')
-rw-r--r--components/script/dom/gpuinternalerror.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpuinternalerror.rs b/components/script/dom/gpuinternalerror.rs
index 224319298fb..4be5be9a22e 100644
--- a/components/script/dom/gpuinternalerror.rs
+++ b/components/script/dom/gpuinternalerror.rs
@@ -40,7 +40,7 @@ impl GPUInternalError {
}
}
-impl GPUInternalErrorMethods for GPUInternalError {
+impl GPUInternalErrorMethods<crate::DomTypeHolder> for GPUInternalError {
/// <https://gpuweb.github.io/gpuweb/#dom-GPUInternalError-GPUInternalError>
fn Constructor(
global: &GlobalScope,