| Index: Source/devtools/front_end/profiler/HeapSnapshotProxy.js
|
| diff --git a/Source/devtools/front_end/profiler/HeapSnapshotProxy.js b/Source/devtools/front_end/profiler/HeapSnapshotProxy.js
|
| index 109398a15a0d582cd7944812a17626626bf64bbf..30de98c6d25e5491e0ced1f3aff5beefcac3e4e6 100644
|
| --- a/Source/devtools/front_end/profiler/HeapSnapshotProxy.js
|
| +++ b/Source/devtools/front_end/profiler/HeapSnapshotProxy.js
|
| @@ -336,11 +336,6 @@ WebInspector.HeapSnapshotProxy.prototype = {
|
| this.callMethod(callback, "nodeClassName", snapshotObjectId);
|
| },
|
|
|
| - dominatorIdsForNode: function(nodeIndex, callback)
|
| - {
|
| - this.callMethod(callback, "dominatorIdsForNode", nodeIndex);
|
| - },
|
| -
|
| /**
|
| * @param {number} nodeIndex
|
| * @return {!WebInspector.HeapSnapshotProviderProxy}
|
| @@ -397,15 +392,6 @@ WebInspector.HeapSnapshotProxy.prototype = {
|
| return this.callFactoryMethod(null, "createNodesProviderForClass", WebInspector.HeapSnapshotProviderProxy, className, nodeFilter);
|
| },
|
|
|
| - /**
|
| - * @param {number} nodeIndex
|
| - * @return {?WebInspector.HeapSnapshotProviderProxy}
|
| - */
|
| - createNodesProviderForDominator: function(nodeIndex)
|
| - {
|
| - return this.callFactoryMethod(null, "createNodesProviderForDominator", WebInspector.HeapSnapshotProviderProxy, nodeIndex);
|
| - },
|
| -
|
| allocationTracesTops: function(callback)
|
| {
|
| this.callMethod(callback, "allocationTracesTops");
|
|
|