| 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 bfb28408e2482375f27466625997d55f53141956..1b60edad166861bdfbbb9102cd07a880010f51a0 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
|
| @@ -23,7 +23,7 @@ function test()
|
| if (result.type === "error")
|
| testController.notifyDone("Exception:" + result);
|
| var objectProxy = InspectorTest.runtimeModel.createRemoteObject(result);
|
| - objectProxy.getOwnProperties(getPropertiesCallback);
|
| + objectProxy.getOwnProperties(false, getPropertiesCallback);
|
| }
|
|
|
| function getPropertiesCallback(properties)
|
|
|