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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html

Issue 2769843003: DevTools: split text_utils out of common module (Closed)
Patch Set: rebaseline Created 3 years, 9 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: 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 f7cc8a53c86e9b3de74859c66d506892ed8b3fdc..179bf75367715e8b9e8b348aa23bd6a5b7d9ca5e 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
@@ -13,7 +13,7 @@ function test()
function onSourceFrame(sourceFrame)
{
InspectorTest.addSniffer(Sources.JavaScriptCompiler.prototype, "_compilationFinishedForTest", onCompilationFinished.bind(null, sourceFrame));
- sourceFrame.textEditor.setSelection(Common.TextRange.createFromLocation(0, 0));
+ sourceFrame.textEditor.setSelection(TextUtils.TextRange.createFromLocation(0, 0));
InspectorTest.typeIn(sourceFrame.textEditor, "test!");
}

Powered by Google App Engine
This is Rietveld 408576698