We need to keep the old profiler classes around to support iOS 6 & 7. Also remove the unfinished Canvas profiler classes, they will need redone for the Timeline view. These didn't exist on iOS 6 & 7.
<rdar://problem/15911205>
Created attachment 222280 [details] Patch
Created attachment 222281 [details] Better Patch
Comment on attachment 222281 [details] Better Patch View in context: https://bugs.webkit.org/attachment.cgi?id=222281&action=review r=me > Source/WebInspectorUI/UserInterface/Main.js:-58 > - if (InspectorBackend.registerCanvasDispatcher) > - InspectorBackend.registerCanvasDispatcher(new WebInspector.CanvasObserver); Do you want to also delete the Canvas protocol/agent at this time?
http://trac.webkit.org/changeset/163138