| 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 a26d440510dc82ffe9f4701d19a82481fce0b9a4..ec05a3ca5500978c1d2301bf4a222a464f34ac35 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| @@ -242,6 +242,7 @@ InspectorTest.dumpConsoleCounters = function()
|
|
|
| InspectorTest.expandConsoleMessages = function(callback, deepFilter, sectionFilter)
|
| {
|
| + WebInspector.ConsoleView.instance()._viewportThrottler.flush();
|
| var messageViews = WebInspector.ConsoleView.instance()._visibleViewMessages;
|
|
|
| // Initiate round-trips to fetch necessary data for further rendering.
|
|
|