Summary: Cleanup some InspectorInstrumentation network loading notifications There is a lot of code that does: InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(&m_frame); InspectorInstrumentation::didReceiveResourceResponse(cookie, identifier, loader, r, resourceLoader); In which case the will* call that produces a cookie is entirely unnecessary. Simplify this code and related code.
Created attachment 296732 [details] [PATCH] Proposed Fix
Comment on attachment 296732 [details] [PATCH] Proposed Fix r=me
Comment on attachment 296732 [details] [PATCH] Proposed Fix Clearing flags on attachment: 296732 Committed r209687: <http://trac.webkit.org/changeset/209687>
All reviewed patches have been landed. Closing bug.