| 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 2bd810c900d9e902c6b70863b1f05abeb068f99c..711f45e1e278ee5e69d7558a3400605e9c4f99b8 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| @@ -32,7 +32,6 @@
|
|
|
| #include "bindings/core/v8/SourceLocation.h"
|
| #include "bindings/core/v8/V8ErrorHandler.h"
|
| -#include "bindings/core/v8/V8PerIsolateData.h"
|
| #include "bindings/core/v8/V8ScriptRunner.h"
|
| #include "bindings/core/v8/WorkerOrWorkletScriptController.h"
|
| #include "core/events/ErrorEvent.h"
|
| @@ -45,6 +44,7 @@
|
| #include "core/workers/WorkerReportingProxy.h"
|
| #include "core/workers/WorkerThread.h"
|
| #include "platform/bindings/ScriptState.h"
|
| +#include "platform/bindings/V8PerIsolateData.h"
|
| #include "v8/include/v8.h"
|
|
|
| namespace blink {
|
|
|