| 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 9c82da68f645676faf40bf44f09f110be5531158..5b8d063db630d4afdde2664a807f0787b73b7158 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| @@ -247,6 +247,7 @@ def deprecate_as(member):
|
|
|
| # [Exposed]
|
| EXPOSED_EXECUTION_CONTEXT_METHOD = {
|
| + 'AnimationWorklet': 'isAnimationWorkletGlobalScope',
|
| 'CompositorWorker': 'isCompositorWorkerGlobalScope',
|
| 'DedicatedWorker': 'isDedicatedWorkerGlobalScope',
|
| 'PaintWorklet': 'isPaintWorkletGlobalScope',
|
|
|