| 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 49b7e8f3d45a3c7cae986a649035245dcda88248..379c75b07fac2e4ad992c17317f56a685e57dba7 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 isDedicatedWorkerGlobalScope() const { return false; }
|
| virtual bool isSharedWorkerGlobalScope() const { return false; }
|
| virtual bool isServiceWorkerGlobalScope() const { return false; }
|
|
|