aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpushadermodule.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/gpushadermodule.rs')
-rw-r--r--components/script/dom/gpushadermodule.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpushadermodule.rs b/components/script/dom/gpushadermodule.rs
index f08c91e32bb..4febc758637 100644
--- a/components/script/dom/gpushadermodule.rs
+++ b/components/script/dom/gpushadermodule.rs
@@ -109,7 +109,7 @@ impl GPUShaderModule {
}
}
-impl GPUShaderModuleMethods for GPUShaderModule {
+impl GPUShaderModuleMethods<crate::DomTypeHolder> for GPUShaderModule {
/// <https://gpuweb.github.io/gpuweb/#dom-gpuobjectbase-label>
fn Label(&self) -> USVString {
self.label.borrow().clone()