| Index: Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp | 
| diff --git a/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp b/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp | 
| index b395b520681e5b961d1fc1371af591596f5c865f..cad04caf690c4890c4b373a8337178e409abdc22 100644 | 
| --- a/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp | 
| +++ b/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp | 
| @@ -45,15 +45,6 @@ | 
| #include "bindings/core/v8/V8NodeList.h" | 
| #include "bindings/core/v8/V8ScriptRunner.h" | 
| #include "bindings/core/v8/V8Storage.h" | 
| -#include "bindings/core/v8/custom/V8Float32ArrayCustom.h" | 
| -#include "bindings/core/v8/custom/V8Float64ArrayCustom.h" | 
| -#include "bindings/core/v8/custom/V8Int16ArrayCustom.h" | 
| -#include "bindings/core/v8/custom/V8Int32ArrayCustom.h" | 
| -#include "bindings/core/v8/custom/V8Int8ArrayCustom.h" | 
| -#include "bindings/core/v8/custom/V8Uint16ArrayCustom.h" | 
| -#include "bindings/core/v8/custom/V8Uint32ArrayCustom.h" | 
| -#include "bindings/core/v8/custom/V8Uint8ArrayCustom.h" | 
| -#include "bindings/core/v8/custom/V8Uint8ClampedArrayCustom.h" | 
| #include "core/events/EventTarget.h" | 
| #include "core/frame/LocalDOMWindow.h" | 
| #include "core/inspector/InjectedScript.h" | 
|  |