Title: [106501] trunk/Source/WebCore
Revision
106501
Author
[email protected]
Date
2012-02-01 15:08:13 -0800 (Wed, 01 Feb 2012)

Log Message

Consolidate duplicate "willHide" functions in DetailedHeapshotView.js to fix
a syntax error in JSC and make the Inspector open again in Release builds.

https://webkit.org/b/77424

Reviewed by Brian Weinstein.

* inspector/front-end/DetailedHeapshotView.js:
(WebInspector.DetailedHeapshotView.prototype.willHide): Consolidated.
(WebInspector.DetailedHeapshotView.prototype.willHide): Removed.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106500 => 106501)


--- trunk/Source/WebCore/ChangeLog	2012-02-01 23:05:31 UTC (rev 106500)
+++ trunk/Source/WebCore/ChangeLog	2012-02-01 23:08:13 UTC (rev 106501)
@@ -1,3 +1,16 @@
+2012-02-01  Timothy Hatcher  <[email protected]>
+
+        Consolidate duplicate "willHide" functions in DetailedHeapshotView.js to fix
+        a syntax error in JSC and make the Inspector open again in Release builds.
+
+        https://webkit.org/b/77424
+
+        Reviewed by Brian Weinstein.
+
+        * inspector/front-end/DetailedHeapshotView.js:
+        (WebInspector.DetailedHeapshotView.prototype.willHide): Consolidated.
+        (WebInspector.DetailedHeapshotView.prototype.willHide): Removed.
+
 2012-02-01  Justin Novosad  <[email protected]>
 
         [Chromium] Enable deferred canvas rendering in the skia port

Modified: trunk/Source/WebCore/inspector/front-end/DetailedHeapshotView.js (106500 => 106501)


--- trunk/Source/WebCore/inspector/front-end/DetailedHeapshotView.js	2012-02-01 23:05:31 UTC (rev 106500)
+++ trunk/Source/WebCore/inspector/front-end/DetailedHeapshotView.js	2012-02-01 23:08:13 UTC (rev 106501)
@@ -593,6 +593,7 @@
     willHide: function()
     {
         this._currentSearchResultIndex = -1;
+        this._popoverHelper.hidePopover();
     },
 
     onResize: function()
@@ -960,11 +961,6 @@
         element.node.queryObjectContent(showCallback);
     },
 
-    willHide: function()
-    {
-        this._popoverHelper.hidePopover();
-    },
-
     _helpClicked: function(event)
     {
         if (!this._helpPopoverContentElement) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to