Morally, they are owned by InspectorController. InstrumentingAgents has to be Ref<> because of sharing with instrumentation cookies for now. While I touch every file, might as well clean up to be consistently using brace initializers in the declaration.
<rdar://problem/22490698>
Created attachment 260227 [details] Proposed Fix Depends on other bugs, so it won't apply yet.
Comment on attachment 260227 [details] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=260227&action=review r=me > Source/JavaScriptCore/inspector/agents/JSGlobalObjectDebuggerAgent.h:58 > + InspectorConsoleAgent* m_consoleAgent { nullptr }; Nit: double space
Created attachment 260366 [details] Proposed Fix (rebased for EWS)
Committed r189218: <http://trac.webkit.org/changeset/189218>