Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / HeapSnapshotGridNodes.js
index 5686a0c..a20d45d 100644 (file)
@@ -100,8 +100,8 @@ WebInspector.HeapSnapshotGridNode.prototype = {
 
     dispose: function()
     {
-        if (this._provider())
-            this._provider().dispose();
+        if (this._providerObject)
+            this._providerObject.dispose();
         for (var node = this.children[0]; node; node = node.traverseNextNode(true, this, true))
             if (node.dispose)
                 node.dispose();