summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/canvas/DataView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/DataView.cpp')
-rwxr-xr-xSource/WebCore/html/canvas/DataView.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/html/canvas/DataView.cpp b/Source/WebCore/html/canvas/DataView.cpp
index 82b10b3..e00443d 100755
--- a/Source/WebCore/html/canvas/DataView.cpp
+++ b/Source/WebCore/html/canvas/DataView.cpp
@@ -24,9 +24,6 @@
*/
#include "config.h"
-
-#if ENABLE(3D_CANVAS) || ENABLE(BLOB)
-
#include "DataView.h"
#include "CheckedInt.h"
@@ -231,5 +228,3 @@ void DataView::setFloat64(unsigned byteOffset, double value, bool littleEndian,
}
}
-
-#endif // ENABLE(3D_CANVAS) || ENABLE(BLOB)