Chromium Code Reviews| 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 c8f1d75d663c4f0973e9d6c51ec66936cc021518..fb6e4a71eaab9676d47c3dadd39bf4eaf77d0052 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 addBlackboxRanges(ErrorString*, const String& hash, PassOwnPtr<protocol::Array<protocol::Debugger::ScriptPosition>> positions) override; |
| + void editBlackboxPatterns(ErrorString*, PassOwnPtr<protocol::Array<protocol::Debugger::BlackboxPattern>> patterns) override; |
|
pfeldman
2016/03/04 20:22:39
setBlackboxPatterns
kozy
2016/03/06 01:13:09
Replaced with add and clear.
|
| // Called by InspectorInstrumentation. |
| bool isPaused(); |