It is no longer used, now that the Network grid now uses WI.Table.
<rdar://problem/43107980>
Created attachment 346859 [details] Patch
Comment on attachment 346859 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=346859&action=review r=me, nice cleanup > Source/WebInspectorUI/ChangeLog:27 > + (WI.TimelineDataGrid.prototype.dataGridNodeForTreeElement): Deleted. This function also seems to be defined on `WI.RenderingFrameTimelineView`. Is that related, or "leftover"?
Created attachment 347732 [details] Patch for landing
Comment on attachment 347732 [details] Patch for landing Clearing flags on attachment: 347732 Committed r235151: <https://trac.webkit.org/changeset/235151>
All reviewed patches have been landed. Closing bug.
CC Adrian: I think *every* GTK and WPE bot needs a clean build now: ninja: error: '../../Source/WebInspectorUI/UserInterface/Views/TreeOutlineDataGridSynchronizer.js', needed by 'inspector-resources.stamp', missing and no known rule to make it Problem is Source/WebKit/InspectorGResources.cmake doesn't have any way to deal with removed JS files.
TreeOutlineDataGridSynchronizer.js is still included in WebInspectorUI/UserInterface/Main.html
Committed r235163: <https://trac.webkit.org/changeset/235163>
(In reply to Carlos Garcia Campos from comment #8) > TreeOutlineDataGridSynchronizer.js is still included in > WebInspectorUI/UserInterface/Main.html Ah, whew! Much better problem to have.
(In reply to Carlos Garcia Campos from comment #8) > TreeOutlineDataGridSynchronizer.js is still included in > WebInspectorUI/UserInterface/Main.html Oops! Thanks for fixing.