Changeset 53933 in webkit


Ignore:
Timestamp:
Jan 27, 2010 6:58:24 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-27 Alexander Pavlov <apavlov@chromium.org>

Reviewed by Timothy Hatcher.

Avoid watch expressions duplication
https://bugs.webkit.org/show_bug.cgi?id=33996

  • inspector/front-end/WatchExpressionsSidebarPane.js: (WebInspector.WatchExpressionsSidebarPane.prototype._settingsLoaded):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53931 r53933  
     12010-01-27  Alexander Pavlov  <apavlov@chromium.org>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        Avoid watch expressions duplication
     6        https://bugs.webkit.org/show_bug.cgi?id=33996
     7
     8        * inspector/front-end/WatchExpressionsSidebarPane.js:
     9        (WebInspector.WatchExpressionsSidebarPane.prototype._settingsLoaded):
     10
    1112010-01-27  Marcus Bulach  <bulach@chromium.org>
    212
  • trunk/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js

    r53766 r53933  
    3838    _settingsLoaded: function()
    3939    {
     40        this.bodyElement.removeChildren();
     41
    4042        this.expanded = WebInspector.settings.watchExpressions.length > 0;
    4143        this.section = new WebInspector.WatchExpressionsSection();
Note: See TracChangeset for help on using the changeset viewer.