Changeset 117773 in webkit
- Timestamp:
- May 21, 2012, 5:44:14 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
inspector/front-end/HeapSnapshotGridNodes.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r117771 r117773 1 2012-05-21 Yury Semikhatsky <yurys@chromium.org> 2 3 Unreviewed. Fix Closure compiler error after r117753. 4 5 * inspector/front-end/HeapSnapshotGridNodes.js: 6 (WebInspector.HeapSnapshotConstructorNode.prototype.revealNodeBySnapshotObjectId.didGetNodePosition): 7 1 8 2012-05-21 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org> 2 9 -
trunk/Source/WebCore/inspector/front-end/HeapSnapshotGridNodes.js
r117753 r117773 736 736 function didGetNodePosition(nodePosition) 737 737 { 738 if (nodePosition === -1) {738 if (nodePosition === -1) 739 739 this.collapse(); 740 callback(null); 741 } else 740 else 742 741 this._populateChildren(nodePosition, null, didPopulateChildren.bind(this, nodePosition)); 743 742 }
Note:
See TracChangeset
for help on using the changeset viewer.