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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/dont-report-injected-script.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/dont-report-injected-script.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/dont-report-injected-script.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/dont-report-injected-script.html
index c7bf0e2c79e99adbb0ca423d6968d3da5f10946a..31273a839015e2ab81a7191ded26a9b21e6dc303 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/dont-report-injected-script.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/dont-report-injected-script.html
@@ -11,7 +11,7 @@ function newWorld()
function test()
{
- InspectorTest.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.ParsedScriptSource, step2);
+ InspectorTest.debuggerModel.addEventListener(SDK.DebuggerModel.Events.ParsedScriptSource, step2);
InspectorTest.evaluateInPage("newWorld()\n//# sourceURL=foo.js");
var expectedScriptParsed = 2;

Powered by Google App Engine
This is Rietveld 408576698