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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
index 46ea3b8e0ed43fa472e8d10e2850ec53e5954a80..dff788497f3a7f5cf90b5f132b7b87d1a907d9b4 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
@@ -17,7 +17,7 @@ function test()
function step2()
{
InspectorTest.queryScripts(function(script) { step3({ data: script }) });
- InspectorTest.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.ParsedScriptSource, step3);
+ InspectorTest.debuggerModel.addEventListener(SDK.DebuggerModel.Events.ParsedScriptSource, step3);
}
function step3(event)

Powered by Google App Engine
This is Rietveld 408576698