Title: [131897] trunk/Source/WTF
- Revision
- 131897
- Author
- [email protected]
- Date
- 2012-10-19 07:06:51 -0700 (Fri, 19 Oct 2012)
Log Message
Unreviewed buildfix, use C-style comment instead of C++
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (131896 => 131897)
--- trunk/Source/WTF/ChangeLog 2012-10-19 13:58:03 UTC (rev 131896)
+++ trunk/Source/WTF/ChangeLog 2012-10-19 14:06:51 UTC (rev 131897)
@@ -1,5 +1,11 @@
2012-10-19 Csaba Osztrogonác <[email protected]>
+ Unreviewed buildfix, use C-style comment instead of C++
+
+ * wtf/Platform.h:
+
+2012-10-19 Csaba Osztrogonác <[email protected]>
+
REGRESSION(r131822): It made 500+ tests crash on 32 bit platforms
https://bugs.webkit.org/show_bug.cgi?id=99814
Modified: trunk/Source/WTF/wtf/Platform.h (131896 => 131897)
--- trunk/Source/WTF/wtf/Platform.h 2012-10-19 13:58:03 UTC (rev 131896)
+++ trunk/Source/WTF/wtf/Platform.h 2012-10-19 14:06:51 UTC (rev 131897)
@@ -907,8 +907,8 @@
#define ENABLE_LLINT 0
#endif
-// REGRESSION(r131822): It made 500+ tests crash on 32 bit platforms
-// https://bugs.webkit.org/show_bug.cgi?id=99814
+/* REGRESSION(r131822): It made 500+ tests crash on 32 bit platforms
+ * https://bugs.webkit.org/show_bug.cgi?id=99814 */
#if (PLATFORM(QT) && CPU(X86))
#define ENABLE_LLINT 0
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes