| Index: third_party/WebKit/LayoutTests/inspector/console/console-big-array.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-big-array.html b/third_party/WebKit/LayoutTests/inspector/console/console-big-array.html
|
| index 93fd8c89926db9c6545d5ef9070cd6af47de8833..3afe44a4c1431d5b114aa5ca7da9ebad4e92792d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-big-array.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-big-array.html
|
| @@ -61,7 +61,7 @@ function test()
|
| {
|
| WebInspector.ArrayGroupingTreeElement._bucketThreshold = 20;
|
|
|
| - var messages = WebInspector.ConsolePanel._view()._visibleViewMessages;
|
| + var messages = WebInspector.ConsoleView.instance()._visibleViewMessages;
|
| var sections = [];
|
| for (var i = 0; i < messages.length; ++i) {
|
| var consoleMessage = messages[i].consoleMessage();
|
|
|