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

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

Issue 2770523002: DevTools: kill Common.Throttler.flush() method (Closed)
Patch Set: Created 3 years, 9 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 11e3d1f9322a7c476ff1f76206c8549ecc18c077..429a42944d8917306a9b4c3e14dbfd43c75375bc 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
@@ -243,7 +243,7 @@ InspectorTest.dumpConsoleCounters = function()
InspectorTest.expandConsoleMessages = function(callback, deepFilter, sectionFilter)
{
- Console.ConsoleView.instance()._viewportThrottler.flush();
+ Console.ConsoleView.instance()._invalidateViewport();
var messageViews = Console.ConsoleView.instance()._visibleViewMessages;
// Initiate round-trips to fetch necessary data for further rendering.

Powered by Google App Engine
This is Rietveld 408576698