summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/InspectorBackendStub.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/InspectorBackendStub.js')
-rw-r--r--WebCore/inspector/front-end/InspectorBackendStub.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/inspector/front-end/InspectorBackendStub.js b/WebCore/inspector/front-end/InspectorBackendStub.js
index 1ae32b5..761e876 100644
--- a/WebCore/inspector/front-end/InspectorBackendStub.js
+++ b/WebCore/inspector/front-end/InspectorBackendStub.js
@@ -165,8 +165,9 @@ WebInspector.InspectorBackendStub.prototype = {
WebInspector.debuggerWasDisabled();
},
- setBreakpoint: function(sourceID, line, enabled, condition)
+ setBreakpoint: function(callId, sourceID, line, enabled, condition)
{
+ WebInspector.didSetBreakpoint(callId, true, line);
},
removeBreakpoint: function(sourceID, line)