| 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 bb5660ab1b628609cdc9542da6ab952146cac8e2..27c6510675a7202f9d5b9152dba5d560717e4542 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-big-array.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-big-array.html
|
| @@ -59,7 +59,7 @@ function onload()
|
|
|
| function test()
|
| {
|
| - Components.ArrayGroupingTreeElement._bucketThreshold = 20;
|
| + ObjectUI.ArrayGroupingTreeElement._bucketThreshold = 20;
|
|
|
| var messages = Console.ConsoleView.instance()._visibleViewMessages;
|
| var sections = [];
|
| @@ -76,7 +76,7 @@ function test()
|
| }
|
| }
|
|
|
| - InspectorTest.addSniffer(Components.ArrayGroupingTreeElement.prototype, "onpopulate", populateCalled, true);
|
| + InspectorTest.addSniffer(ObjectUI.ArrayGroupingTreeElement.prototype, "onpopulate", populateCalled, true);
|
| var populated = false;
|
| function populateCalled()
|
| {
|
|
|