Index: third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h |
index a6aeec6c629d1f7a74f1d056f8721798c212e156..35e2ef0a22b7ff3f59e68f7d63459511306540b0 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h |
@@ -90,6 +90,7 @@ public: |
void muteExceptions(int contextGroupId); |
void unmuteExceptions(int contextGroupId); |
V8ConsoleMessageStorage* ensureConsoleMessageStorage(int contextGroupId); |
+ bool hasConsoleMessageStorage(int contextGroupId); |
using ContextByIdMap = protocol::HashMap<int, std::unique_ptr<InspectedContext>>; |
void discardInspectedContext(int contextGroupId, int contextId); |
const ContextByIdMap* contextGroup(int contextGroupId); |