| 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 294aea92b244345559e9d883e201a244169d02bc..cd3c1fe93896af16e8f12a9ed7f2794a38f6e986 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -73,6 +73,7 @@ public:
|
| virtual bool isDocument() const { return false; }
|
| virtual bool isWorkerGlobalScope() const { return false; }
|
| virtual bool isWorkletGlobalScope() const { return false; }
|
| + virtual bool isMainThreadWorkletGlobalScope() const { return false; }
|
| virtual bool isDedicatedWorkerGlobalScope() const { return false; }
|
| virtual bool isSharedWorkerGlobalScope() const { return false; }
|
| virtual bool isServiceWorkerGlobalScope() const { return false; }
|
|
|