| 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 cd3c1fe93896af16e8f12a9ed7f2794a38f6e986..205cb63ed13d46000ebdc1864967f0335ac6d1d8 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -78,6 +78,7 @@ public:
|
| virtual bool isSharedWorkerGlobalScope() const { return false; }
|
| virtual bool isServiceWorkerGlobalScope() const { return false; }
|
| virtual bool isCompositorWorkerGlobalScope() const { return false; }
|
| + virtual bool isCompositorWorkletGlobalScope() const { return false; }
|
| virtual bool isPaintWorkletGlobalScope() const { return false; }
|
| virtual bool isJSExecutionForbidden() const { return false; }
|
|
|
|
|