| Index: third_party/WebKit/Source/core/events/CustomEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/CustomEvent.cpp b/third_party/WebKit/Source/core/events/CustomEvent.cpp
|
| index 5d866f3ebf181f417d633a180574f729c9b7db0f..c7b32dbaa23781bae9a7513bb12d303600e781e1 100644
|
| --- a/third_party/WebKit/Source/core/events/CustomEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/CustomEvent.cpp
|
| @@ -25,8 +25,8 @@
|
|
|
| #include "core/events/CustomEvent.h"
|
|
|
| -#include "bindings/core/v8/SerializedScriptValue.h"
|
| -#include "bindings/core/v8/SerializedScriptValueFactory.h"
|
| +#include "bindings/core/v8/serialization/SerializedScriptValue.h"
|
| +#include "bindings/core/v8/serialization/SerializedScriptValueFactory.h"
|
|
|
| namespace blink {
|
|
|
|
|