| Index: LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| diff --git a/LayoutTests/inspector/profiler/heap-snapshot-test.js b/LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| index 129a1b7eb08579c0e0d504c588ea4bead68c3620..8cc7b1cd25f366dd91d9c70d32f3d61b7ccc498d 100644
|
| --- a/LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| +++ b/LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| @@ -582,7 +582,7 @@ InspectorTest.columnContents = function(column, row)
|
| for (var node = parent.children[0]; node; node = node.traverseNextNode(true, parent, true)) {
|
| if (!node.selectable)
|
| continue;
|
| - var content = node.element.children[columnOrdinal];
|
| + var content = node.element().children[columnOrdinal];
|
| // Do not inlcude percents
|
| if (content.firstElementChild)
|
| content = content.firstElementChild;
|
|
|