| Index: Source/devtools/front_end/HeapSnapshotProxy.js
|
| diff --git a/Source/devtools/front_end/HeapSnapshotProxy.js b/Source/devtools/front_end/HeapSnapshotProxy.js
|
| index 48fb2764234f7d1eeec90f5e460bb2cf616edacd..660ddde1a985511014e4d5f2b2926ad79ee236a2 100644
|
| --- a/Source/devtools/front_end/HeapSnapshotProxy.js
|
| +++ b/Source/devtools/front_end/HeapSnapshotProxy.js
|
| @@ -432,6 +432,10 @@ WebInspector.HeapSnapshotProxy.prototype = {
|
| this.callMethod(callback, "allocationTracesTops");
|
| },
|
|
|
| + /**
|
| + * @param {number} nodeId
|
| + * @param {function(!WebInspector.HeapSnapshotCommon.AllocationNodeCallers)} callback
|
| + */
|
| allocationNodeCallers: function(nodeId, callback)
|
| {
|
| this.callMethod(callback, "allocationNodeCallers", nodeId);
|
|
|