| Index: Source/core/inspector/InspectorInstrumentation.cpp
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.cpp b/Source/core/inspector/InspectorInstrumentation.cpp
|
| index f43528a876b4b72c6b0e4bdffde8a24a6cee6087..fc2937fe30b8055a98755b40bfcf6e8844f785f7 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.cpp
|
| +++ b/Source/core/inspector/InspectorInstrumentation.cpp
|
| @@ -36,11 +36,9 @@
|
| #include "core/inspector/InspectorConsoleAgent.h"
|
| #include "core/inspector/InspectorController.h"
|
| #include "core/inspector/InspectorDebuggerAgent.h"
|
| -#include "core/inspector/InspectorPageAgent.h"
|
| #include "core/inspector/InspectorProfilerAgent.h"
|
| #include "core/inspector/InspectorResourceAgent.h"
|
| #include "core/inspector/InspectorTimelineAgent.h"
|
| -#include "core/inspector/InspectorWorkerAgent.h"
|
| #include "core/inspector/InstrumentingAgents.h"
|
| #include "core/inspector/WorkerInspectorController.h"
|
| #include "core/loader/cache/CachedResourceInitiatorInfo.h"
|
|
|