| 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 19ea7d3a49c955ee631374c59e1adc5733e4f357..fecc2190fe989b1a4546d03258e3403bfd6edc96 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/modules.gni
|
| +++ b/third_party/WebKit/Source/bindings/modules/modules.gni
|
| @@ -10,12 +10,14 @@ bindings_modules_output_dir = "$bindings_output_dir/modules"
|
|
|
| modules_core_global_constructors_original_interfaces = [
|
| "CompositorWorkerGlobalScope",
|
| + "PaintWorkletGlobalScope",
|
| "ServiceWorkerGlobalScope",
|
| ]
|
|
|
| modules_global_constructors_original_interfaces = [
|
| "Window",
|
| "CompositorWorkerGlobalScope",
|
| + "PaintWorkletGlobalScope",
|
| "DedicatedWorkerGlobalScope",
|
| "ServiceWorkerGlobalScope",
|
| "SharedWorkerGlobalScope",
|
|
|