diff options
Diffstat (limited to 'components/script/dom/gpuoutofmemoryerror.rs')
-rw-r--r-- | components/script/dom/gpuoutofmemoryerror.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpuoutofmemoryerror.rs b/components/script/dom/gpuoutofmemoryerror.rs index 588bfc86cfc..22763e89c48 100644 --- a/components/script/dom/gpuoutofmemoryerror.rs +++ b/components/script/dom/gpuoutofmemoryerror.rs @@ -40,7 +40,7 @@ impl GPUOutOfMemoryError { } } -impl GPUOutOfMemoryErrorMethods for GPUOutOfMemoryError { +impl GPUOutOfMemoryErrorMethods<crate::DomTypeHolder> for GPUOutOfMemoryError { /// <https://gpuweb.github.io/gpuweb/#dom-GPUOutOfMemoryError-GPUOutOfMemoryError> fn Constructor( global: &GlobalScope, |