OSDN Git Service

Merge WebKit at r78450: Initial merge by git.
[android-x86/external-webkit.git] / Source / WebCore / bindings / v8 / custom / V8Int32ArrayCustom.cpp
index a5001ed..8fa38a7 100644 (file)
@@ -29,9 +29,6 @@
  */
 
 #include "config.h"
-
-#if ENABLE(3D_CANVAS) || ENABLE(BLOB)
-
 #include "ArrayBuffer.h"
 #include "Int32Array.h"
 
@@ -67,5 +64,3 @@ v8::Handle<v8::Value> toV8(Int32Array* impl)
 }
 
 } // namespace WebCore
-
-#endif // ENABLE(3D_CANVAS) || ENABLE(BLOB)