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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.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/console/console-correct-suggestions.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
index 4d826eb029cee45a963141389ce58da89d7a72c5..b9ceea6a0240c36d60cd4517cc393e4b86911e6d 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
@@ -17,7 +17,7 @@ function test()
function testCompletions(text, expected, force)
{
consoleEditor.setText(text);
- consoleEditor.setSelection(WebInspector.TextRange.createFromLocation(Infinity, Infinity));
+ consoleEditor.setSelection(Common.TextRange.createFromLocation(Infinity, Infinity));
consoleEditor._autocompleteController.autocomplete(force);
return InspectorTest.addSnifferPromise(consoleEditor._autocompleteController, "_onSuggestionsShownForTest").then(checkExpected);

Powered by Google App Engine
This is Rietveld 408576698