* SUMMARY Remove unused / duplicated XHR timeline instrumentation. There are two Timeline Events for XHRs (XHRReadyStateChange and XHRLoad) that are themselves unused. These Timeline Events are only ever created if there are Event Listeners, and always contain an "EventDispatch" record followed by "FunctionCall" meaning that the XHR records and their associated data is never actually used by the frontend. If we do something for XHRs, we should use a newer type of timeline data construction.
Created attachment 264160 [details] [PATCH] Proposed Fix
Comment on attachment 264160 [details] [PATCH] Proposed Fix Clearing flags on attachment: 264160 Committed r191643: <http://trac.webkit.org/changeset/191643>
All reviewed patches have been landed. Closing bug.