TimelineRecordingContentView duplicates a bunch of logic for managing sub-views. We can give it a real ContentViewContainer to manage switching out the TimelineViews.
<rdar://problem/20039418>
Created attachment 247870 [details] Proposed Fix
Comment on attachment 247870 [details] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=247870&action=review Very nice. > Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.js:165 > + return (contentView instanceof WebInspector.TimelineView) ? contentView : null; Nit: No need for ().
Comment on attachment 247870 [details] Proposed Fix Clearing flags on attachment: 247870 Committed r181011: <http://trac.webkit.org/changeset/181011>
All reviewed patches have been landed. Closing bug.