| Index: Source/bindings/core/v8/custom/V8WindowCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8WindowCustom.cpp b/Source/bindings/core/v8/custom/V8WindowCustom.cpp
|
| index 1909d07907dff28a69aea1f75c80e543e8824f30..cf8bad442ce83ea884828752c677621413f95e85 100644
|
| --- a/Source/bindings/core/v8/custom/V8WindowCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8WindowCustom.cpp
|
| @@ -44,6 +44,7 @@
|
| #include "bindings/core/v8/V8HTMLCollection.h"
|
| #include "bindings/core/v8/V8HiddenValue.h"
|
| #include "bindings/core/v8/V8Node.h"
|
| +#include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/MessagePort.h"
|
| #include "core/frame/DOMTimer.h"
|
| @@ -61,7 +62,6 @@
|
| #include "core/storage/Storage.h"
|
| #include "platform/PlatformScreen.h"
|
| #include "platform/graphics/media/MediaPlayer.h"
|
| -#include "wtf/ArrayBuffer.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
|
|