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

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

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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.html
diff --git a/LayoutTests/inspector/sources/debugger/live-edit.html b/LayoutTests/inspector/sources/debugger/live-edit.html
index 568be4046b9ce0e3491918132e4430d29f991480..e24e4a15cb7c7430716b8d70bb6f7ecf599836a6 100644
--- a/LayoutTests/inspector/sources/debugger/live-edit.html
+++ b/LayoutTests/inspector/sources/debugger/live-edit.html
@@ -163,7 +163,7 @@ function test()
function replaceInSource(sourceFrame, string, replacement, callback)
{
- InspectorTest.addSniffer(WebInspector.debuggerModel, "_didEditScriptSource", callback);
+ InspectorTest.addSniffer(InspectorTest.debuggerModel, "_didEditScriptSource", callback);
InspectorTest.replaceInSource(sourceFrame, string, replacement);
InspectorTest.commitSource(sourceFrame);
}

Powered by Google App Engine
This is Rietveld 408576698