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 6f14afe041601b8c71259b2919881dd003b9e9c1..a4d571ad92f7c4caa3d6aea5160aebce98561fd1 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; } |