| Index: Source/core/inspector/InstrumentingAgents.cpp
|
| diff --git a/Source/core/inspector/InstrumentingAgents.cpp b/Source/core/inspector/InstrumentingAgents.cpp
|
| index ac2e7c22c9b2a203d377b5d2a0e62784732069ed..f5bbc4f0b83897f210c171f5d065919f1746c437 100644
|
| --- a/Source/core/inspector/InstrumentingAgents.cpp
|
| +++ b/Source/core/inspector/InstrumentingAgents.cpp
|
| @@ -32,9 +32,9 @@
|
| #include "InstrumentingAgents.h"
|
|
|
| #include "InspectorController.h"
|
| -#include "WorkerContext.h"
|
| #include "WorkerInspectorController.h"
|
| #include "core/page/Page.h"
|
| +#include "core/workers/WorkerContext.h"
|
| #include <wtf/MainThread.h>
|
|
|
| namespace WebCore {
|
|
|