| Index: third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html b/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
|
| index 1b60edad166861bdfbbb9102cd07a880010f51a0..71ae9ef45311734e33ff5a14929b859f6e511e67 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
|
| @@ -28,7 +28,7 @@ function test()
|
|
|
| function getPropertiesCallback(properties)
|
| {
|
| - properties.sort(Components.ObjectPropertiesSection.CompareProperties);
|
| + properties.sort(ObjectUI.ObjectPropertiesSection.CompareProperties);
|
| var golden = { "window": 1, "document": 1, "eval": 1, "console": 1, "frames": 1, "Array": 1, "doit": 1 };
|
| var result = {};
|
| for (var i = 0; i < properties.length; ++i) {
|
|
|