| Index: Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp b/Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp
|
| index 43022213a4ba580285c8db4904c7e4dd41ac1b60..e9eabc2f481e2d3c3260862ca2cb4c9148399f7b 100644
|
| --- a/Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp
|
| @@ -31,7 +31,6 @@
|
| #include "config.h"
|
| #include "V8XMLHttpRequest.h"
|
|
|
| -#include "V8ArrayBufferView.h"
|
| #include "V8Blob.h"
|
| #include "V8Document.h"
|
| #include "V8FormData.h"
|
| @@ -40,6 +39,7 @@
|
| #include "bindings/v8/V8Binding.h"
|
| #include "bindings/v8/V8Utilities.h"
|
| #include "bindings/v8/custom/V8ArrayBufferCustom.h"
|
| +#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
|
| #include "core/dom/Document.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/page/Frame.h"
|
|
|