| Index: Source/core/inspector/InspectorInstrumentation.cpp
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.cpp b/Source/core/inspector/InspectorInstrumentation.cpp
|
| index b037bbaa4d9b16bd44be57cb388689a2bd4d42cc..b4e27eeaca524e8873628f8c0efb6264852cbfa5 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.cpp
|
| +++ b/Source/core/inspector/InspectorInstrumentation.cpp
|
| @@ -36,6 +36,7 @@
|
| #include "ConsoleAPITypes.h"
|
| #include "ConsoleTypes.h"
|
| #include "DOMWindow.h"
|
| +#include "DOMWrapperWorld.h"
|
| #include "Database.h"
|
| #include "DeviceOrientationData.h"
|
| #include "DocumentLoader.h"
|
| @@ -43,15 +44,14 @@
|
| #include "EventContext.h"
|
| #include "InspectorAgent.h"
|
| #include "InspectorApplicationCacheAgent.h"
|
| -#include "InspectorDOMDebuggerAgent.h"
|
| #include "InspectorCSSAgent.h"
|
| #include "InspectorCanvasAgent.h"
|
| #include "InspectorConsoleAgent.h"
|
| #include "InspectorController.h"
|
| -#include "WorkerInspectorController.h"
|
| -#include "InspectorDatabaseAgent.h"
|
| #include "InspectorDOMAgent.h"
|
| +#include "InspectorDOMDebuggerAgent.h"
|
| #include "InspectorDOMStorageAgent.h"
|
| +#include "InspectorDatabaseAgent.h"
|
| #include "InspectorDebuggerAgent.h"
|
| #include "InspectorHeapProfilerAgent.h"
|
| #include "InspectorLayerTreeAgent.h"
|
| @@ -66,10 +66,12 @@
|
| #include "RenderObject.h"
|
| #include "ScriptArguments.h"
|
| #include "ScriptCallStack.h"
|
| +#include "ScriptController.h"
|
| #include "ScriptProfile.h"
|
| #include "StyleResolver.h"
|
| #include "StyleRule.h"
|
| #include "WorkerContext.h"
|
| +#include "WorkerInspectorController.h"
|
| #include "WorkerRuntimeAgent.h"
|
| #include "WorkerThread.h"
|
| #include "XMLHttpRequest.h"
|
|
|