| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8MessageChannelCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageChannelCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageChannelCustom.cpp
|
| index db94660127c23c9535c20ed31e4ec5010599bd0f..6377ef9d22a5bca5408eec4d921e5d50bee59a45 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageChannelCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageChannelCustom.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "bindings/core/v8/V8PrivateProperty.h"
|
| #include "core/dom/MessageChannel.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|