Index: third_party/WebKit/Source/core/dom/DOMTypedArray.cpp |
diff --git a/third_party/WebKit/Source/core/dom/DOMTypedArray.cpp b/third_party/WebKit/Source/core/dom/DOMTypedArray.cpp |
index 46d2ee3b617a2638d75a5635ce5207694601b3d4..113f09a232dda4d5c9261a189f3fb2d6cc5316d6 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMTypedArray.cpp |
+++ b/third_party/WebKit/Source/core/dom/DOMTypedArray.cpp |
@@ -4,7 +4,6 @@ |
#include "core/dom/DOMTypedArray.h" |
-#include "bindings/core/v8/DOMDataStore.h" |
#include "bindings/core/v8/V8ArrayBuffer.h" |
#include "bindings/core/v8/V8Float32Array.h" |
#include "bindings/core/v8/V8Float64Array.h" |
@@ -15,6 +14,7 @@ |
#include "bindings/core/v8/V8Uint32Array.h" |
#include "bindings/core/v8/V8Uint8Array.h" |
#include "bindings/core/v8/V8Uint8ClampedArray.h" |
+#include "platform/bindings/DOMDataStore.h" |
namespace blink { |