Changeset 184410 in webkit


Ignore:
Timestamp:
May 15, 2015, 1:45:58 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: Initiator Popovers no longer work in Layout Timeline
https://bugs.webkit.org/show_bug.cgi?id=145067

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2015-05-15
Reviewed by Timothy Hatcher.

  • UserInterface/Views/LayoutTimelineDataGrid.js:

(WebInspector.LayoutTimelineDataGrid.prototype.callFramePopoverAnchorElement):
Update the column name, which changed in r183134.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r184364 r184410  
     12015-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
    1122015-05-14  Joseph Pecoraro  <pecoraro@apple.com>
    213
  • trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineDataGrid.js

    r178544 r184410  
    3636    callFramePopoverAnchorElement: function()
    3737    {
    38         return this.selectedNode.elementWithColumnIdentifier("initiatorCallFrame");
     38        return this.selectedNode.elementWithColumnIdentifier("location");
    3939    }
    4040};
Note: See TracChangeset for help on using the changeset viewer.