Changeset 106501 in webkit


Ignore:
Timestamp:
Feb 1, 2012 3:08:13 PM (12 years ago)
Author:
timothy@apple.com
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.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r106500 r106501  
     12012-02-01  Timothy Hatcher  <timothy@apple.com>
     2
     3        Consolidate duplicate "willHide" functions in DetailedHeapshotView.js to fix
     4        a syntax error in JSC and make the Inspector open again in Release builds.
     5
     6        https://webkit.org/b/77424
     7
     8        Reviewed by Brian Weinstein.
     9
     10        * inspector/front-end/DetailedHeapshotView.js:
     11        (WebInspector.DetailedHeapshotView.prototype.willHide): Consolidated.
     12        (WebInspector.DetailedHeapshotView.prototype.willHide): Removed.
     13
    1142012-02-01  Justin Novosad  <junov@chromium.org>
    215
  • trunk/Source/WebCore/inspector/front-end/DetailedHeapshotView.js

    r106245 r106501  
    594594    {
    595595        this._currentSearchResultIndex = -1;
     596        this._popoverHelper.hidePopover();
    596597    },
    597598
     
    959960    {
    960961        element.node.queryObjectContent(showCallback);
    961     },
    962 
    963     willHide: function()
    964     {
    965         this._popoverHelper.hidePopover();
    966962    },
    967963
Note: See TracChangeset for help on using the changeset viewer.