summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/Uint32Array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/Uint32Array.cpp')
-rw-r--r--WebCore/html/canvas/Uint32Array.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/canvas/Uint32Array.cpp b/WebCore/html/canvas/Uint32Array.cpp
index 3f43bef..f49a83a 100644
--- a/WebCore/html/canvas/Uint32Array.cpp
+++ b/WebCore/html/canvas/Uint32Array.cpp
@@ -26,7 +26,7 @@
#include "config.h"
-#if ENABLE(3D_CANVAS)
+#if ENABLE(3D_CANVAS) || ENABLE(BLOB)
#include "Uint32Array.h"
@@ -59,4 +59,4 @@ PassRefPtr<ArrayBufferView> Uint32Array::slice(int start, int end) const
}
-#endif // ENABLE(3D_CANVAS)
+#endif // ENABLE(3D_CANVAS) || ENABLE(BLOB)