diff --git a/components/script_bindings/webidls/WebGPU.webidl b/components/script_bindings/webidls/WebGPU.webidl index 7e561e02465..97e91da7b5d 100644 --- a/components/script_bindings/webidls/WebGPU.webidl +++ b/components/script_bindings/webidls/WebGPU.webidl @@ -7,7 +7,6 @@ // Source: WebGPU (https://gpuweb.github.io/gpuweb/) // Direct source: https://github.com/w3c/webref/blob/curated/ed/idl/webgpu.idl -[Exposed=(Window)] interface mixin GPUObjectBase { attribute USVString label; };