OSDN Git Service

Merge WebKit at r70209: Cherry pick build fix
authorBen Murdoch <benm@google.com>
Mon, 25 Oct 2010 17:27:58 +0000 (18:27 +0100)
committerBen Murdoch <benm@google.com>
Tue, 26 Oct 2010 14:38:51 +0000 (15:38 +0100)
See https://bugs.webkit.org/show_bug.cgi?id=48243 for details.

Change-Id: Idf1bf291f2370e611ebb2595f820598f68925336

WebCore/bindings/generic/RuntimeEnabledFeatures.h
WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h

index 1054f64..b572b2c 100644 (file)
@@ -92,7 +92,7 @@ public:
     static bool openDatabaseSyncEnabled();
 #endif
 
-#if ENABLE(3D_CANVAS)
+#if ENABLE(3D_CANVAS) || ENABLE(BLOB)
     static void setWebGLEnabled(bool isEnabled) { isWebGLEnabled = isEnabled; }
     static bool arrayBufferEnabled() { return isWebGLEnabled; }
     static bool int8ArrayEnabled() { return isWebGLEnabled; }
index afaf6bf..ffea07c 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "config.h"
 
-#if ENABLE(3D_CANVAS)
+#if ENABLE(3D_CANVAS) || ENABLE(BLOB)
 
 #include "ArrayBuffer.h"