Changeset 184410 in webkit
- Timestamp:
- May 15, 2015, 1:45:58 PM (10 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r184364 r184410 1 2015-05-15 Joseph Pecoraro <pecoraro@apple.com> 2 3 Web Inspector: Initiator Popovers no longer work in Layout Timeline 4 https://bugs.webkit.org/show_bug.cgi?id=145067 5 6 Reviewed by Timothy Hatcher. 7 8 * UserInterface/Views/LayoutTimelineDataGrid.js: 9 (WebInspector.LayoutTimelineDataGrid.prototype.callFramePopoverAnchorElement): 10 Update the column name, which changed in r183134. 11 1 12 2015-05-14 Joseph Pecoraro <pecoraro@apple.com> 2 13 -
trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineDataGrid.js
r178544 r184410 36 36 callFramePopoverAnchorElement: function() 37 37 { 38 return this.selectedNode.elementWithColumnIdentifier(" initiatorCallFrame");38 return this.selectedNode.elementWithColumnIdentifier("location"); 39 39 } 40 40 };
Note:
See TracChangeset
for help on using the changeset viewer.