| Index: Source/bindings/v8/custom/V8MessageEventCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8MessageEventCustom.cpp b/Source/bindings/v8/custom/V8MessageEventCustom.cpp
|
| index 653839e52a97ec95262180487f427dc267b32a93..906ee9bae55de50670ae76e256caf6a34208e839 100644
|
| --- a/Source/bindings/v8/custom/V8MessageEventCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8MessageEventCustom.cpp
|
| @@ -32,9 +32,9 @@
|
| #include "V8MessageEvent.h"
|
|
|
| #include "bindings/v8/SerializedScriptValue.h"
|
| -#include "bindings/v8/custom/V8ArrayBufferCustom.h"
|
| #include "core/dom/MessageEvent.h"
|
|
|
| +#include "V8ArrayBuffer.h"
|
| #include "V8Blob.h"
|
| #include "V8MessagePort.h"
|
| #include "V8Window.h"
|
|
|