summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/Breakpoint.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/Breakpoint.js')
-rw-r--r--WebCore/inspector/front-end/Breakpoint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/front-end/Breakpoint.js b/WebCore/inspector/front-end/Breakpoint.js
index 292975a..5d46cc9 100644
--- a/WebCore/inspector/front-end/Breakpoint.js
+++ b/WebCore/inspector/front-end/Breakpoint.js
@@ -89,7 +89,7 @@ WebInspector.Breakpoint.prototype = {
this.dispatchEventToListeners("condition-changed");
if (this.enabled)
- InspectorController.updateBreakpoint(this.sourceID, this.line, c);
+ InspectorBackend.updateBreakpoint(this.sourceID, this.line, c);
}
}