| 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 718f57c63585ae7a13b698ded4a5a9934b3706fa..bfb28408e2482375f27466625997d55f53141956 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(WebInspector.ObjectPropertiesSection.CompareProperties);
|
| + properties.sort(Components.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) {
|
|
|