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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.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/compile-javascript.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html b/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
index 87bc2493ca7fa852c0e4304d64719fd83bd4d6ec..18a8d6e5daa05e6b0c7b8f74dce7684225ea2a9d 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
@@ -12,8 +12,8 @@ function test()
function onSourceFrame(sourceFrame)
{
- InspectorTest.addSniffer(WebInspector.JavaScriptCompiler.prototype, "_compilationFinishedForTest", onCompilationFinished.bind(null, sourceFrame));
- sourceFrame.textEditor.setSelection(WebInspector.TextRange.createFromLocation(0, 0));
+ InspectorTest.addSniffer(Sources.JavaScriptCompiler.prototype, "_compilationFinishedForTest", onCompilationFinished.bind(null, sourceFrame));
+ sourceFrame.textEditor.setSelection(Common.TextRange.createFromLocation(0, 0));
InspectorTest.typeIn(sourceFrame.textEditor, "test!");
}

Powered by Google App Engine
This is Rietveld 408576698