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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.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.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.html
index 8cac13a99a087d727bbe52978ccfb146b6cc980e..ee8c47e61325a1bc4dc1b23614fa8868c0d9f980 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.html
@@ -12,7 +12,7 @@ function test()
function step1()
{
InspectorTest.queryScripts(function(script) { step2({ data: script }) });
- InspectorTest.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.ParsedScriptSource, step2);
+ InspectorTest.debuggerModel.addEventListener(SDK.DebuggerModel.Events.ParsedScriptSource, step2);
}
function step2(event)

Powered by Google App Engine
This is Rietveld 408576698