* SUMMARY TreeOutlineDataGridSynchronizer should be optional in TimelineDataGrid. TimelineViews no longer use tree outlines, but the synchronizer still needs to be supported since the Network tab uses a TimelineDataGrid. For clients of TimelineDataGrid, the only change is to TimelineDataGrid.addRowInSortOrder: TimelineDataGrid.prototype.addRowInSortOrder(treeElement, dataGridNode, parentTreeElementOrDataGridNode) - treeElement: optional, TimelineView's will pass null. - parentTreeElementOrDataGridNode: overloaded parameter. TimelineViews will pass a DataGridNode instead of a tree element.
<rdar://problem/25091949>
Created attachment 273603 [details] [Patch] Proposed Fix
Comment on attachment 273603 [details] [Patch] Proposed Fix Clearing flags on attachment: 273603 Committed r197958: <http://trac.webkit.org/changeset/197958>
All reviewed patches have been landed. Closing bug.