Changeset 172263 in webkit
- Timestamp:
- Aug 7, 2014, 2:10:22 PM (11 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/TimelineSidebarPanel.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r172262 r172263 1 2014-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 1 10 2014-08-07 Brent Fulgham <bfulgham@apple.com> 2 11 -
trunk/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.js
r172241 r172263 58 58 59 59 const tooltip = WebInspector.UIString("Close %s timeline view").format(label); 60 wrappedSVGDocument(platformImagePath("Close Timeline.svg"), WebInspector.TimelineSidebarPanel.CloseButtonStyleClass, tooltip, function(element) {60 wrappedSVGDocument(platformImagePath("CloseLarge.svg"), WebInspector.TimelineSidebarPanel.CloseButtonStyleClass, tooltip, function(element) { 61 61 var button = new WebInspector.TreeElementStatusButton(element); 62 62 button.addEventListener(WebInspector.TreeElementStatusButton.Event.Clicked, this.showTimelineOverview, this);
Note:
See TracChangeset
for help on using the changeset viewer.