| Index: third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| index 8575b46c48253caec1fc5a7af76f7287cf561f6b..8603e53fcd90327b64ae570b189ead11fde4da5d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| @@ -39,8 +39,6 @@
|
| #include "core/workers/WorkerThread.h"
|
| #include "platform/WebThreadSupportingGC.h"
|
| #include "platform/inspector_protocol/InspectorProtocol.h"
|
| -#include "platform/v8_inspector/public/V8Inspector.h"
|
| -#include "platform/v8_inspector/public/V8InspectorSession.h"
|
|
|
| namespace blink {
|
|
|
|
|