| 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.
|
|
|