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 bd562271a44429b39f920aad073b7dee437511fb..397d7fb4883eb6f3d27cb41715623cc4849367cf 100644 |
--- a/third_party/WebKit/Source/core/dom/ExecutionContext.h |
+++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h |
@@ -71,6 +71,7 @@ public: |
}; |
virtual bool isDocument() const { return false; } |
+ virtual bool isAudioWorkletGlobalScope() const { return false; } |
virtual bool isWorkerGlobalScope() const { return false; } |
virtual bool isWorkletGlobalScope() const { return false; } |
virtual bool isDedicatedWorkerGlobalScope() const { return false; } |