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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-in-eval.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-uncaught-exception-in-eval.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-in-eval.html b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-in-eval.html
index 6f45632ef47b0d3f6e2cce557eda7d2689e50ead..a32b670c5c354e4d83ce66737452550b892d42c4 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-in-eval.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-in-eval.html
@@ -42,7 +42,7 @@ function test()
function step3()
{
- if (WebInspector.ConsoleView.instance()._visibleViewMessages.length < 2)
+ if (Console.ConsoleView.instance()._visibleViewMessages.length < 2)
InspectorTest.addConsoleSniffer(step3);
else
step4();

Powered by Google App Engine
This is Rietveld 408576698