Index: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h |
index 0f684359c1ca5ba41f2f13f56c27465c2058eb80..473f75bfdda1b637f36cfe456a20ddeb37fc9a47 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -80,7 +80,8 @@ public: |
void flushAsyncOperationEvents(ErrorString*) override; |
void setAsyncOperationBreakpoint(ErrorString*, int operationId) override; |
void removeAsyncOperationBreakpoint(ErrorString*, int operationId) override; |
- void setBlackboxedRanges(ErrorString*, const String& scriptId, PassOwnPtr<protocol::Array<protocol::Debugger::ScriptPosition>> positions) override; |
+ void setBlackboxRanges(ErrorString*, const String& hash, PassOwnPtr<protocol::Array<protocol::Debugger::ScriptPosition>> positions) override; |
+ void setBlackboxPatterns(ErrorString*, PassOwnPtr<protocol::Array<protocol::Debugger::BlackboxPattern>> patterns) override; |
// Called by InspectorInstrumentation. |
bool isPaused(); |