Title: [120306] trunk/Source/WebCore
- Revision
- 120306
- Author
- [email protected]
- Date
- 2012-06-14 03:13:16 -0700 (Thu, 14 Jun 2012)
Log Message
Web Inspector: REGRESSION HeapProfiler can't remove heap snapshot from the list if Dominators view has been opened.
https://bugs.webkit.org/show_bug.cgi?id=89080
There was no dispose method on artificial ShowMoreDataGrid node.
Reviewed by Pavel Feldman.
* inspector/front-end/ShowMoreDataGridNode.js:
(WebInspector.ShowMoreDataGridNode.prototype.nodeHeight):
(WebInspector.ShowMoreDataGridNode.prototype.dispose):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (120305 => 120306)
--- trunk/Source/WebCore/ChangeLog 2012-06-14 10:10:05 UTC (rev 120305)
+++ trunk/Source/WebCore/ChangeLog 2012-06-14 10:13:16 UTC (rev 120306)
@@ -1,3 +1,16 @@
+2012-06-14 Ilya Tikhonovsky <[email protected]>
+
+ Web Inspector: REGRESSION HeapProfiler can't remove heap snapshot from the list if Dominators view has been opened.
+ https://bugs.webkit.org/show_bug.cgi?id=89080
+
+ There was no dispose method on artificial ShowMoreDataGrid node.
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/front-end/ShowMoreDataGridNode.js:
+ (WebInspector.ShowMoreDataGridNode.prototype.nodeHeight):
+ (WebInspector.ShowMoreDataGridNode.prototype.dispose):
+
2012-06-14 Kent Tamura <[email protected]>
[JSC/V8] Improve DOMString[] support
Modified: trunk/Source/WebCore/inspector/front-end/ShowMoreDataGridNode.js (120305 => 120306)
--- trunk/Source/WebCore/inspector/front-end/ShowMoreDataGridNode.js 2012-06-14 10:10:05 UTC (rev 120305)
+++ trunk/Source/WebCore/inspector/front-end/ShowMoreDataGridNode.js 2012-06-14 10:13:16 UTC (rev 120306)
@@ -136,6 +136,10 @@
nodeHeight: function()
{
return 32;
+ },
+
+ dispose: function()
+ {
}
};
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes