| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
|
| index e56c2f03d6b7bd59788a2be792167943108c221d..8f6f01433ae56366d5c695b8a9efe364b1427980 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
|
| @@ -32,8 +32,6 @@
|
|
|
| #include "bindings/core/v8/IDLTypes.h"
|
| #include "bindings/core/v8/NativeValueTraitsImpl.h"
|
| -#include "bindings/core/v8/SerializedScriptValue.h"
|
| -#include "bindings/core/v8/SerializedScriptValueFactory.h"
|
| #include "bindings/core/v8/V8ArrayBuffer.h"
|
| #include "bindings/core/v8/V8BindingForCore.h"
|
| #include "bindings/core/v8/V8Blob.h"
|
| @@ -41,6 +39,8 @@
|
| #include "bindings/core/v8/V8MessagePort.h"
|
| #include "bindings/core/v8/V8PrivateProperty.h"
|
| #include "bindings/core/v8/V8Window.h"
|
| +#include "bindings/core/v8/serialization/SerializedScriptValue.h"
|
| +#include "bindings/core/v8/serialization/SerializedScriptValueFactory.h"
|
|
|
| namespace blink {
|
|
|
|
|