| Index: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-search-by-id.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-search-by-id.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-search-by-id.html
|
| index c11a6eedecbd4dd58e88cabdfb89c9951ebbd468..6eb462358dbe6e45472e1dcb37a5ed8773732a39 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-search-by-id.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-search-by-id.html
|
| @@ -88,8 +88,8 @@ function test()
|
| InspectorTest.addResult("FAIL: node @" + nodeId + " not found");
|
| return next();
|
| }
|
| - if (constructorName !== node.parent._name) {
|
| - InspectorTest.addResult("FAIL: constructor name doesn't match. " + constructorName + " !== " + node.parent._name);
|
| + if (constructorName !== node.parent()._name) {
|
| + InspectorTest.addResult("FAIL: constructor name doesn't match. " + constructorName + " !== " + node.parent()._name);
|
| next();
|
| }
|
| if (nodeId != node.snapshotNodeId) {
|
|
|