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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-scripts-reload.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/debugger-scripts-reload.html
diff --git a/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html b/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
index f77058c7277eb27d64a3660cb2680575ba6c8557..46ea3b8e0ed43fa472e8d10e2850ec53e5954a80 100644
--- a/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
+++ b/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
@@ -17,7 +17,7 @@ function test()
function step2()
{
InspectorTest.queryScripts(function(script) { step3({ data: script }) });
- WebInspector.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.ParsedScriptSource, step3);
+ InspectorTest.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.ParsedScriptSource, step3);
}
function step3(event)

Powered by Google App Engine
This is Rietveld 408576698