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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.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-eval-scoped.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.html b/third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.html
index 2596f1a8b75003e7b53bb4069b30df4903ca3907..81b83a46527c7c9a584205ae35be6f2755c022a8 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.html
@@ -49,7 +49,7 @@ function test()
{
InspectorTest.deprecatedRunAfterPendingDispatches(function() {
InspectorTest.dumpConsoleMessages();
- WebInspector.ConsoleView.clearConsole();
+ Console.ConsoleView.clearConsole();
InspectorTest.deprecatedRunAfterPendingDispatches(next);
});
}

Powered by Google App Engine
This is Rietveld 408576698