| Index: third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| index 48cffed347ad21e715d9b3bc65dd22dc80876fc5..2bd810c900d9e902c6b70863b1f05abeb068f99c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| @@ -30,7 +30,6 @@
|
|
|
| #include "core/inspector/WorkerThreadDebugger.h"
|
|
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/SourceLocation.h"
|
| #include "bindings/core/v8/V8ErrorHandler.h"
|
| #include "bindings/core/v8/V8PerIsolateData.h"
|
| @@ -45,6 +44,7 @@
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "core/workers/WorkerReportingProxy.h"
|
| #include "core/workers/WorkerThread.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "v8/include/v8.h"
|
|
|
| namespace blink {
|
|
|