| 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 074377dec71493e539ec102be5b7d4e94cf1c311..5e14a008a36fb6a0eed2c97724646c46bb696a8d 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| @@ -232,6 +232,7 @@ EXPOSED_EXECUTION_CONTEXT_METHOD = {
|
| 'CompositorWorker': 'isCompositorWorkerGlobalScope',
|
| 'DedicatedWorker': 'isDedicatedWorkerGlobalScope',
|
| 'PaintWorklet': 'isPaintWorkletGlobalScope',
|
| + 'AudioWorklet': 'isAudioWorkletGlobalScope',
|
| 'ServiceWorker': 'isServiceWorkerGlobalScope',
|
| 'SharedWorker': 'isSharedWorkerGlobalScope',
|
| 'Window': 'isDocument',
|
|
|