Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html

Issue 299443016: DevTools: Decouple debugger model from UI entities (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge DebuggerScriptMapping into DebuggerWorkspaceBinding Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{

Powered by Google App Engine
This is Rietveld 408576698