| Index: third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp b/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
|
| index 027148fce09110e34ef1707f4ad7f8911054004d..b61efd7c97dc89b196a01aea8e0081b8e9c2365e 100644
|
| --- a/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "modules/broadcastchannel/BroadcastChannel.h"
|
|
|
| -#include "bindings/core/v8/SerializedScriptValue.h"
|
| +#include "bindings/core/v8/serialization/SerializedScriptValue.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/events/EventQueue.h"
|
| #include "core/events/MessageEvent.h"
|
|
|