Index: src/inspector/v8-debugger.h |
diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h |
index 4c7477899aad5a348ea299c863ffc38aa22e0f3e..2191b007bef3a5f7f8cc2b23b9a0f2c5e1b4b8d2 100644 |
--- a/src/inspector/v8-debugger.h |
+++ b/src/inspector/v8-debugger.h |
@@ -36,8 +36,8 @@ class V8Debugger { |
bool enabled() const; |
- String16 setBreakpoint(const String16& sourceID, const ScriptBreakpoint&, |
- int* actualLineNumber, int* actualColumnNumber); |
+ String16 setBreakpoint(const ScriptBreakpoint&, int* actualLineNumber, |
+ int* actualColumnNumber); |
void removeBreakpoint(const String16& breakpointId); |
void setBreakpointsActivated(bool); |
bool breakpointsActivated() const { return m_breakpointsActivated; } |