| Index: Source/core/inspector/InspectorWorkerAgent.h
|
| diff --git a/Source/core/inspector/InspectorWorkerAgent.h b/Source/core/inspector/InspectorWorkerAgent.h
|
| index 4ade9af31c86ba7521dc598bff6cf1f372eaa856..c2861e81d34e1aae9bfb54a6054aefd88266abb7 100644
|
| --- a/Source/core/inspector/InspectorWorkerAgent.h
|
| +++ b/Source/core/inspector/InspectorWorkerAgent.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef InspectorWorkerAgent_h
|
| #define InspectorWorkerAgent_h
|
|
|
| +#include "core/InspectorFrontend.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashMap.h"
|
|
|
| namespace blink {
|
| -class InspectorFrontend;
|
| class InstrumentingAgents;
|
| class JSONObject;
|
| class KURL;
|
| @@ -76,7 +76,7 @@ private:
|
| void createWorkerFrontendChannel(WorkerGlobalScopeProxy*, const String& url);
|
| void destroyWorkerFrontendChannels();
|
|
|
| - InspectorFrontend* m_inspectorFrontend;
|
| + InspectorFrontend::Worker* m_frontend;
|
|
|
| class WorkerFrontendChannel;
|
| typedef HashMap<int, WorkerFrontendChannel*> WorkerChannels;
|
|
|