Changeset 172263 in webkit


Ignore:
Timestamp:
Aug 7, 2014, 2:10:22 PM (11 years ago)
Author:
timothy@apple.com
Message:

Fix reference to missing CloseTimeline.svg image.

Rubber-stamped by Joseph Pecoraro.

  • UserInterface/Views/TimelineSidebarPanel.js:

(WebInspector.TimelineSidebarPanel.createTimelineTreeElement): Use CloseLarge.svg instead.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r172262 r172263  
     12014-08-07  Timothy Hatcher  <timothy@apple.com>
     2
     3        Fix reference to missing CloseTimeline.svg image.
     4
     5        Rubber-stamped by Joseph Pecoraro.
     6
     7        * UserInterface/Views/TimelineSidebarPanel.js:
     8        (WebInspector.TimelineSidebarPanel.createTimelineTreeElement): Use CloseLarge.svg instead.
     9
    1102014-08-07  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.js

    r172241 r172263  
    5858
    5959        const tooltip = WebInspector.UIString("Close %s timeline view").format(label);
    60         wrappedSVGDocument(platformImagePath("CloseTimeline.svg"), WebInspector.TimelineSidebarPanel.CloseButtonStyleClass, tooltip, function(element) {
     60        wrappedSVGDocument(platformImagePath("CloseLarge.svg"), WebInspector.TimelineSidebarPanel.CloseButtonStyleClass, tooltip, function(element) {
    6161            var button = new WebInspector.TreeElementStatusButton(element);
    6262            button.addEventListener(WebInspector.TreeElementStatusButton.Event.Clicked, this.showTimelineOverview, this);
Note: See TracChangeset for help on using the changeset viewer.