| Index: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
|
| index 8ed0593dd687894e3d805c72261a16cabede6750..79d56ab06d3d19b7bcab324e18e21a164db072e7 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
|
| @@ -69,7 +69,7 @@ function test()
|
| InspectorTest.addResult("PASS: got at least one HTMLBodyElement wrapper");
|
|
|
| for (var i = 0; i < remoteObjects.length; i++)
|
| - remoteObjects[i].getOwnProperties(didGetOwnProperties);
|
| + remoteObjects[i].getOwnProperties(false, didGetOwnProperties);
|
| }
|
|
|
| var didGetOwnPropertiesCount = 0;
|
|
|