Unreviewed, rolling out r84548.
http://trac.webkit.org/changeset/84548
https://bugs.webkit.org/show_bug.cgi?id=59144
Broke chromium-win build (Requested by aklein on #webkit).
* wtf/Platform.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84550
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-04-21 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r84548.
+ http://trac.webkit.org/changeset/84548
+ https://bugs.webkit.org/show_bug.cgi?id=59144
+
+ Broke chromium-win build (Requested by aklein on #webkit).
+
+ * wtf/Platform.h:
+
2011-04-21 Adam Klein <adamk@chromium.org>
Reviewed by David Levin.
#define ENABLE_JSC_MULTIPLE_THREADS 1
#endif
-#if ENABLE(JSC_MULTIPLE_THREADS) || PLATFORM(CHROMIUM)
+#if ENABLE(JSC_MULTIPLE_THREADS)
#define ENABLE_WTF_MULTIPLE_THREADS 1
#endif