| 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 0310212da52275bdc3bd5182e52a02044dd4ac3a..569a576428e3879b976e87227acb38bd03ec8fa7 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -81,6 +81,7 @@ class CORE_EXPORT ExecutionContext : public ContextLifecycleNotifier,
|
| 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; }
|
|
|