aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpuerror.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/gpuerror.rs')
-rw-r--r--components/script/dom/gpuerror.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpuerror.rs b/components/script/dom/gpuerror.rs
index 73464543753..20ecff210d6 100644
--- a/components/script/dom/gpuerror.rs
+++ b/components/script/dom/gpuerror.rs
@@ -72,7 +72,7 @@ impl GPUError {
}
}
-impl GPUErrorMethods for GPUError {
+impl GPUErrorMethods<crate::DomTypeHolder> for GPUError {
/// <https://gpuweb.github.io/gpuweb/#dom-gpuerror-message>
fn Message(&self) -> DOMString {
self.message.clone()