* SUMMARY Error when selecting a bar in the Frames timeline. Inspector dies with: undefined is not an object (evaluating 'this.currentTimelineView.navigationSidebarTreeOutline.selectedTreeElement'). * NOTE The fault lies with TimelineRecordingContentView._recordSelected, which assumes all TimelineViews have a tree outline.
<rdar://problem/25897955>
A fix is ready. Waiting on https://webkit.org/b/154924, which adds grid support to TimelineView.
Created attachment 277200 [details] [Patch] Proposed Fix
This patch prevents the crash but there is another problem with record selection: https://bugs.webkit.org/show_bug.cgi?id=156963
Comment on attachment 277200 [details] [Patch] Proposed Fix Clearing flags on attachment: 277200 Committed r199972: <http://trac.webkit.org/changeset/199972>
All reviewed patches have been landed. Closing bug.