Index: third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h |
index 3ec68a8708bee471e11fb9e8acf3e52d0a671e0a..b3bf6518a7d33607c7c0340e7a79f1dbdf8fbecb 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h |
@@ -36,7 +36,7 @@ public: |
bool enabled() const; |
- String16 setBreakpoint(const String16& sourceID, const ScriptBreakpoint&, int* actualLineNumber, int* actualColumnNumber, bool interstatementLocation); |
+ String16 setBreakpoint(const String16& sourceID, const ScriptBreakpoint&, int* actualLineNumber, int* actualColumnNumber); |
void removeBreakpoint(const String16& breakpointId); |
void setBreakpointsActivated(bool); |
bool breakpointsActivated() const { return m_breakpointsActivated; } |