| 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..3ae78b19dd1756361d2a40c828c23789073a2243 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/modules.gni
|
| +++ b/third_party/WebKit/Source/bindings/modules/modules.gni
|
| @@ -10,6 +10,7 @@ bindings_modules_output_dir = "$bindings_output_dir/modules"
|
|
|
| modules_core_global_constructors_original_interfaces = [
|
| "CompositorWorkerGlobalScope",
|
| + "PaintWorkletGlobalScope",
|
| "ServiceWorkerGlobalScope",
|
| ]
|
|
|
| @@ -17,6 +18,7 @@ modules_global_constructors_original_interfaces = [
|
| "Window",
|
| "CompositorWorkerGlobalScope",
|
| "DedicatedWorkerGlobalScope",
|
| + "PaintWorkletGlobalScope",
|
| "ServiceWorkerGlobalScope",
|
| "SharedWorkerGlobalScope",
|
| ]
|
|
|