Title: [184410] trunk/Source/WebInspectorUI
Revision
184410
Author
[email protected]
Date
2015-05-15 13:45:58 -0700 (Fri, 15 May 2015)

Log Message

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

Patch by Joseph Pecoraro <[email protected]> on 2015-05-15
Reviewed by Timothy Hatcher.

* UserInterface/Views/LayoutTimelineDataGrid.js:
(WebInspector.LayoutTimelineDataGrid.prototype.callFramePopoverAnchorElement):
Update the column name, which changed in r183134.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (184409 => 184410)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-05-15 20:45:17 UTC (rev 184409)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-05-15 20:45:58 UTC (rev 184410)
@@ -1,3 +1,14 @@
+2015-05-15  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Initiator Popovers no longer work in Layout Timeline
+        https://bugs.webkit.org/show_bug.cgi?id=145067
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/LayoutTimelineDataGrid.js:
+        (WebInspector.LayoutTimelineDataGrid.prototype.callFramePopoverAnchorElement):
+        Update the column name, which changed in r183134.
+
 2015-05-14  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Update the New Tab button disabled state after extra domains are activated

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineDataGrid.js (184409 => 184410)


--- trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineDataGrid.js	2015-05-15 20:45:17 UTC (rev 184409)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineDataGrid.js	2015-05-15 20:45:58 UTC (rev 184410)
@@ -35,7 +35,7 @@
 
     callFramePopoverAnchorElement: function()
     {
-        return this.selectedNode.elementWithColumnIdentifier("initiatorCallFrame");
+        return this.selectedNode.elementWithColumnIdentifier("location");
     }
 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to