| Index: third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html b/third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
|
| index fe69b1be13dc118310ce7b0a3891e0b0b308c048..b65217113c2b7b9afd54b27bb813bfbd6cc69283 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
|
| @@ -12,7 +12,7 @@ function test()
|
| function step1(error, result, exceptionDetails)
|
| {
|
| var localStorageHandle = InspectorTest.runtimeModel.createRemoteObject(result);
|
| - localStorageHandle.getOwnProperties(step2);
|
| + localStorageHandle.getOwnProperties(false, step2);
|
| }
|
|
|
| function step2(properties)
|
|
|