| Index: Source/core/inspector/WorkerInspectorController.cpp
|
| diff --git a/Source/core/inspector/WorkerInspectorController.cpp b/Source/core/inspector/WorkerInspectorController.cpp
|
| index b63e19f60036e1118af5822016d1688e36a71108..1a62be873083d5f0b201189fa5b99134bafbc20f 100644
|
| --- a/Source/core/inspector/WorkerInspectorController.cpp
|
| +++ b/Source/core/inspector/WorkerInspectorController.cpp
|
| @@ -32,8 +32,8 @@
|
|
|
| #include "core/inspector/WorkerInspectorController.h"
|
|
|
| -#include "InspectorBackendDispatcher.h"
|
| -#include "InspectorFrontend.h"
|
| +#include "core/InspectorBackendDispatcher.h"
|
| +#include "core/InspectorFrontend.h"
|
| #include "core/inspector/InjectedScriptHost.h"
|
| #include "core/inspector/InjectedScriptManager.h"
|
| #include "core/inspector/InspectorConsoleAgent.h"
|
|
|