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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js

Issue 2975523002: DevTools: add console test helpers to new test runner & migrate a console test (Closed)
Patch Set: type Created 3 years, 5 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/http/tests/inspector/console-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
index fa8699c08c40850fa9dad4bdeb370a9297c3133c..391c9298c074da1a851d59b4e72028f64774614d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
@@ -235,7 +235,7 @@ InspectorTest.dumpConsoleClassesBrief = function()
InspectorTest.dumpConsoleCounters = function()
{
- var counter = Main.Main.WarningErrorCounter._instanceForTest;
+ var counter = Counters.WarningErrorCounter._instanceForTest;
for (var index = 0; index < counter._titles.length; ++index)
InspectorTest.addResult(counter._titles[index]);
InspectorTest.dumpConsoleClassesBrief();

Powered by Google App Engine
This is Rietveld 408576698