From e956f3124c230549c6ef4a63e2c27e56d0965453 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sun, 24 Nov 2024 02:35:14 -0500 Subject: Generate a trait abstracting over all known DOM interfaces (#34357) * script: Generate trait for all DOM interfaces and parameterize generated Methods traits over it. Signed-off-by: Josh Matthews * script: Update trait implementations with new generic type. Signed-off-by: Josh Matthews * Formatting. Signed-off-by: Josh Matthews --------- Signed-off-by: Josh Matthews --- components/script/dom/gpuinternalerror.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/dom/gpuinternalerror.rs') diff --git a/components/script/dom/gpuinternalerror.rs b/components/script/dom/gpuinternalerror.rs index 224319298fb..4be5be9a22e 100644 --- a/components/script/dom/gpuinternalerror.rs +++ b/components/script/dom/gpuinternalerror.rs @@ -40,7 +40,7 @@ impl GPUInternalError { } } -impl GPUInternalErrorMethods for GPUInternalError { +impl GPUInternalErrorMethods for GPUInternalError { /// fn Constructor( global: &GlobalScope, -- cgit v1.2.3