Index: Source/core/inspector/WorkerInspectorController.h |
diff --git a/Source/core/inspector/WorkerInspectorController.h b/Source/core/inspector/WorkerInspectorController.h |
index aada5b8c202ae4e2f732b1255c4650aad6a888b8..84d3a3cc034d35aa5134ae61f8512f07d0fffe13 100644 |
--- a/Source/core/inspector/WorkerInspectorController.h |
+++ b/Source/core/inspector/WorkerInspectorController.h |
@@ -73,7 +73,7 @@ private: |
RefPtr<InstrumentingAgents> m_instrumentingAgents; |
OwnPtr<InjectedScriptManager> m_injectedScriptManager; |
OwnPtr<WorkerScriptDebugServer> m_debugServer; |
- InspectorAgentRegistry m_agents; |
+ InspectorFactoryRegistry m_agentFactories; |
OwnPtr<InspectorFrontendChannel> m_frontendChannel; |
OwnPtr<InspectorFrontend> m_frontend; |
RefPtr<InspectorBackendDispatcher> m_backendDispatcher; |