aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglactiveinfo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webglactiveinfo.rs')
-rw-r--r--components/script/dom/webglactiveinfo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webglactiveinfo.rs b/components/script/dom/webglactiveinfo.rs
index 80815357b8e..0a8a5b87f68 100644
--- a/components/script/dom/webglactiveinfo.rs
+++ b/components/script/dom/webglactiveinfo.rs
@@ -38,7 +38,7 @@ impl WebGLActiveInfo {
}
}
-impl WebGLActiveInfoMethods for WebGLActiveInfo {
+impl WebGLActiveInfoMethods<crate::DomTypeHolder> for WebGLActiveInfo {
// https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.11.1
fn Size(&self) -> i32 {
self.size