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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-history-contains-requested-text.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-history-contains-requested-text.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-history-contains-requested-text.html b/third_party/WebKit/LayoutTests/inspector/console/console-history-contains-requested-text.html
index dbbbb0786fe3ad4c86cd7b17aeaade49059cf35a..827cb3bb5be6af3209eb6677330f51fde4d30b3f 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-history-contains-requested-text.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-history-contains-requested-text.html
@@ -9,7 +9,7 @@ function test()
InspectorTest.evaluateInConsole("{a:1, b:2}", step2);
function step2()
{
- var consoleView = WebInspector.ConsoleView.instance();
+ var consoleView = Console.ConsoleView.instance();
InspectorTest.addResult(consoleView._prompt.history().previous());
InspectorTest.completeTest();
}

Powered by Google App Engine
This is Rietveld 408576698