| Index: third_party/WebKit/Source/bindings/modules/modules.gni
|
| diff --git a/third_party/WebKit/Source/bindings/modules/modules.gni b/third_party/WebKit/Source/bindings/modules/modules.gni
|
| index 3ae78b19dd1756361d2a40c828c23789073a2243..94e9b092267b8c9e083ce4fdbf8da64156938929 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/modules.gni
|
| +++ b/third_party/WebKit/Source/bindings/modules/modules.gni
|
| @@ -12,6 +12,7 @@ modules_core_global_constructors_original_interfaces = [
|
| "CompositorWorkerGlobalScope",
|
| "PaintWorkletGlobalScope",
|
| "ServiceWorkerGlobalScope",
|
| + "AudioWorkletGlobalScope",
|
| ]
|
|
|
| modules_global_constructors_original_interfaces = [
|
| @@ -21,6 +22,7 @@ modules_global_constructors_original_interfaces = [
|
| "PaintWorkletGlobalScope",
|
| "ServiceWorkerGlobalScope",
|
| "SharedWorkerGlobalScope",
|
| + "AudioWorkletGlobalScope",
|
| ]
|
|
|
| modules_core_global_constructors_generated_idl_files = []
|
|
|