aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpuadapterinfo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/gpuadapterinfo.rs')
-rw-r--r--components/script/dom/gpuadapterinfo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpuadapterinfo.rs b/components/script/dom/gpuadapterinfo.rs
index a31454185c6..bb9a9aeb863 100644
--- a/components/script/dom/gpuadapterinfo.rs
+++ b/components/script/dom/gpuadapterinfo.rs
@@ -34,7 +34,7 @@ impl GPUAdapterInfo {
}
// TODO: wgpu does not expose right fields right now
-impl GPUAdapterInfoMethods for GPUAdapterInfo {
+impl GPUAdapterInfoMethods<crate::DomTypeHolder> for GPUAdapterInfo {
/// <https://gpuweb.github.io/gpuweb/#dom-gpuadapterinfo-vendor>
fn Vendor(&self) -> DOMString {
DOMString::new()