diff options
Diffstat (limited to 'components/script/dom/gpudevicelostinfo.rs')
-rw-r--r-- | components/script/dom/gpudevicelostinfo.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpudevicelostinfo.rs b/components/script/dom/gpudevicelostinfo.rs index 1616e9d7169..3219c0fe202 100644 --- a/components/script/dom/gpudevicelostinfo.rs +++ b/components/script/dom/gpudevicelostinfo.rs @@ -41,7 +41,7 @@ impl GPUDeviceLostInfo { } } -impl GPUDeviceLostInfoMethods for GPUDeviceLostInfo { +impl GPUDeviceLostInfoMethods<crate::DomTypeHolder> for GPUDeviceLostInfo { /// <https://gpuweb.github.io/gpuweb/#dom-gpudevicelostinfo-message> fn Message(&self) -> DOMString { self.message.clone() |