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 6a829319c9479f6cd212bbe010d3de0614ec940b..2b607c77b9fb0815ddd177c458826da809dc7db1 100644 |
--- a/Source/bindings/core/v8/custom/V8WindowCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8WindowCustom.cpp |
@@ -45,6 +45,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" |
@@ -62,7 +63,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" |