| Index: third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_utilities.py b/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| index e934c986ad2ad5f3dc454be4b2e97b8469a1cd61..06aa040ded51be3d4e13f514844e787e62061115 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| @@ -241,6 +241,7 @@ def deprecate_as(member):
|
| # [Exposed]
|
| EXPOSED_EXECUTION_CONTEXT_METHOD = {
|
| 'CompositorWorker': 'isCompositorWorkerGlobalScope',
|
| + 'CompositorWorklet': 'isCompositorWorkletGlobalScope',
|
| 'DedicatedWorker': 'isDedicatedWorkerGlobalScope',
|
| 'PaintWorklet': 'isPaintWorkletGlobalScope',
|
| 'ServiceWorker': 'isServiceWorkerGlobalScope',
|
|
|