| Index: third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| index 38563a031a4d1e06a4af4ff9ba644bef3acd3caa..4eb6803225b3d2367f74725297b135eec534226f 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -79,6 +79,7 @@ public:
|
| virtual bool isServiceWorkerGlobalScope() const { return false; }
|
| virtual bool isCompositorWorkerGlobalScope() const { return false; }
|
| virtual bool isAnimationWorkletGlobalScope() const { return false; }
|
| + virtual bool isAudioWorkletGlobalScope() const { return false; }
|
| virtual bool isPaintWorkletGlobalScope() const { return false; }
|
| virtual bool isThreadedWorkletGlobalScope() const { return false; }
|
| virtual bool isJSExecutionForbidden() const { return false; }
|
|
|