Chromium Code Reviews| Index: Source/WebCore/inspector/front-end/ProfileView.js |
| =================================================================== |
| --- Source/WebCore/inspector/front-end/ProfileView.js (revision 117739) |
| +++ Source/WebCore/inspector/front-end/ProfileView.js (working copy) |
| @@ -176,7 +176,7 @@ |
| refreshVisibleData: function() |
| { |
| - var child = this.dataGrid.children[0]; |
| + var child = this.dataGrid.rootNode().children[0]; |
| while (child) { |
| child.refresh(); |
| child = child.traverseNextNode(false, null, true); |