| 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 8777db7fd58b6f690301c583fcc3fda8b1da200c..ce6e7a78874b9e4320c4aa3e24a5a39027fda6c8 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| @@ -30,6 +30,7 @@
|
|
|
| #include "core/inspector/WorkerThreadDebugger.h"
|
|
|
| +#include <v8.h>
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/SourceLocation.h"
|
| #include "bindings/core/v8/V8ErrorHandler.h"
|
| @@ -45,7 +46,6 @@
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "core/workers/WorkerReportingProxy.h"
|
| #include "core/workers/WorkerThread.h"
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|