There is dead code in LegacyProfiler and ProfileNode that can be removed. It is there from when UI features like exclude and focus were implemented on the backend.
Created attachment 222252 [details] Patch
Comment on attachment 222252 [details] Patch r=me
Comment on attachment 222252 [details] Patch Clearing flags on attachment: 222252 Committed r162796: <http://trac.webkit.org/changeset/162796>
All reviewed patches have been landed. Closing bug.
There was a dataLog reference to the obsolete “visible” timers that was breaking the debug build. This has been fixed in r162797: <http://trac.webkit.org/r162797>.