Index: LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html |
diff --git a/LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html b/LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html |
index 760b097af2e9eb6cbe4ea818e84b74b1da34e1ac..40af6f9d0ffa9f690c252d0931c7829d2c3f8315 100644 |
--- a/LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html |
+++ b/LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html |
@@ -19,7 +19,7 @@ function loadDynamicAnonymousScript() |
function test() |
{ |
var panel = WebInspector.inspectorView.showPanel("sources"); |
- var liveEditSupport = WebInspector.DebuggerScriptMapping.registry.instance(WebInspector.targetManager.targets()[0]).liveEditSupport(); |
+ var liveEditSupport = WebInspector.debuggerWorkspaceBinding.liveEditSupport(WebInspector.targetManager.targets()[0]); |
function pathToFileName(path) |
{ |