| 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 7a54d497b916365b95e488bc762882a6bca3beaa..cb167a6901295114849ac65c39a3cafffd4113fb 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| @@ -231,6 +231,7 @@ def deprecate_as(member):
|
| EXPOSED_EXECUTION_CONTEXT_METHOD = {
|
| 'CompositorWorker': 'isCompositorWorkerGlobalScope',
|
| 'DedicatedWorker': 'isDedicatedWorkerGlobalScope',
|
| + 'PaintWorklet': 'isPaintWorkletGlobalScope',
|
| 'ServiceWorker': 'isServiceWorkerGlobalScope',
|
| 'SharedWorker': 'isSharedWorkerGlobalScope',
|
| 'Window': 'isDocument',
|
|
|