| Index: third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.cpp b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.cpp
|
| index fffaf55c94f4f9a1c7765a948ad30b20d51e8490..791619acb923aafc1a44a61bc13bdd4d630c83ed 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.cpp
|
| @@ -31,9 +31,9 @@
|
| #include "core/workers/InProcessWorkerObjectProxy.h"
|
|
|
| #include <memory>
|
| -#include "bindings/core/v8/SerializedScriptValue.h"
|
| #include "bindings/core/v8/SourceLocation.h"
|
| #include "bindings/core/v8/V8GCController.h"
|
| +#include "bindings/core/v8/serialization/SerializedScriptValue.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/dom/TaskRunnerHelper.h"
|
|
|