Reviewed by David Levin.
[fileapi] Worker File API calls that create Blobs fail in debug builds due to random number generator thread assertion
https://bugs.webkit.org/show_bug.cgi?id=55728
Enable WTF_MULTIPLE_THREADS for Chromium.
* wtf/Platform.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84548
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-04-21 Adam Klein <adamk@chromium.org>
+
+ Reviewed by David Levin.
+
+ [fileapi] Worker File API calls that create Blobs fail in debug builds due to random number generator thread assertion
+ https://bugs.webkit.org/show_bug.cgi?id=55728
+
+ Enable WTF_MULTIPLE_THREADS for Chromium.
+
+ * wtf/Platform.h:
+
2011-04-20 Michael Saboff <msaboff@apple.com>
Reviewed by Geoff Garen.
#define ENABLE_JSC_MULTIPLE_THREADS 1
#endif
-#if ENABLE(JSC_MULTIPLE_THREADS)
+#if ENABLE(JSC_MULTIPLE_THREADS) || PLATFORM(CHROMIUM)
#define ENABLE_WTF_MULTIPLE_THREADS 1
#endif