Title: [178420] trunk/Source/WTF
- Revision
- 178420
- Author
- [email protected]
- Date
- 2015-01-14 08:10:00 -0800 (Wed, 14 Jan 2015)
Log Message
Unreviewed fix after r163330.
* wtf/Platform.h: Use C style comment.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (178419 => 178420)
--- trunk/Source/WTF/ChangeLog 2015-01-14 16:09:41 UTC (rev 178419)
+++ trunk/Source/WTF/ChangeLog 2015-01-14 16:10:00 UTC (rev 178420)
@@ -1,3 +1,9 @@
+2015-01-14 Csaba Osztrogonác <[email protected]>
+
+ Unreviewed fix after r163330.
+
+ * wtf/Platform.h: Use C style comment.
+
2015-01-14 Marc Juul <[email protected]>
C++ style comment was preventing compile if CPU(ARM_NEON)
Modified: trunk/Source/WTF/wtf/Platform.h (178419 => 178420)
--- trunk/Source/WTF/wtf/Platform.h 2015-01-14 16:09:41 UTC (rev 178419)
+++ trunk/Source/WTF/wtf/Platform.h 2015-01-14 16:10:00 UTC (rev 178420)
@@ -763,8 +763,8 @@
#define ENABLE_GGC 1
#else
#define ENABLE_GGC 0
-#endif // CPU(X86_64)
-#endif // !defined(ENABLE_GGC)
+#endif /* CPU(X86_64) || CPU(X86) || CPU(ARM64) || CPU(ARM) */
+#endif /* !defined(ENABLE_GGC) */
/* Counts uses of write barriers using sampling counters. Be sure to also
set ENABLE_SAMPLING_COUNTERS to 1. */
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes