summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/v8/custom/V8Float32ArrayCustom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/v8/custom/V8Float32ArrayCustom.cpp')
-rw-r--r--Source/WebCore/bindings/v8/custom/V8Float32ArrayCustom.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/bindings/v8/custom/V8Float32ArrayCustom.cpp b/Source/WebCore/bindings/v8/custom/V8Float32ArrayCustom.cpp
index c3dbe3b..178307e 100644
--- a/Source/WebCore/bindings/v8/custom/V8Float32ArrayCustom.cpp
+++ b/Source/WebCore/bindings/v8/custom/V8Float32ArrayCustom.cpp
@@ -29,9 +29,6 @@
*/
#include "config.h"
-
-#if ENABLE(3D_CANVAS) || ENABLE(BLOB)
-
#include "ArrayBuffer.h"
#include "Float32Array.h"
@@ -67,5 +64,3 @@ v8::Handle<v8::Value> toV8(Float32Array* impl)
}
} // namespace WebCore
-
-#endif // ENABLE(3D_CANVAS) || ENABLE(BLOB)