Index: src/inspector/v8-debugger-agent-impl.h |
diff --git a/src/inspector/v8-debugger-agent-impl.h b/src/inspector/v8-debugger-agent-impl.h |
index 62aa67b64bb33a9c90a13176babbef57e7d9ed61..c2f73c3002c5935c8fcaea70d24ca25945feb7d4 100644 |
--- a/src/inspector/v8-debugger-agent-impl.h |
+++ b/src/inspector/v8-debugger-agent-impl.h |
@@ -158,7 +158,7 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend { |
void changeJavaScriptRecursionLevel(int step); |
- void setPauseOnExceptionsImpl(ErrorString*, int); |
+ void setPauseOnExceptionsImpl(int); |
std::unique_ptr<protocol::Debugger::Location> resolveBreakpoint( |
const String16& breakpointId, const String16& scriptId, |