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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-in-eval.html

Issue 1855363002: DevTools: [ux regression] There is no way to clear console history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 8 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/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 a17cb17fe4ca1b79c0f6487a3d81f8bd4c2b6731..6f45632ef47b0d3f6e2cce557eda7d2689e50ead 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.ConsolePanel._view()._visibleViewMessages.length < 2)
+ if (WebInspector.ConsoleView.instance()._visibleViewMessages.length < 2)
InspectorTest.addConsoleSniffer(step3);
else
step4();

Powered by Google App Engine
This is Rietveld 408576698