Title: [178419] trunk/Source/WTF
Revision
178419
Author
[email protected]
Date
2015-01-14 08:09:41 -0800 (Wed, 14 Jan 2015)

Log Message

C++ style comment was preventing compile if CPU(ARM_NEON)
https://bugs.webkit.org/show_bug.cgi?id=133827

Patch by Marc Juul <[email protected]> on 2015-01-14
Reviewed by Csaba Osztrogonác.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (178418 => 178419)


--- trunk/Source/WTF/ChangeLog	2015-01-14 11:54:50 UTC (rev 178418)
+++ trunk/Source/WTF/ChangeLog	2015-01-14 16:09:41 UTC (rev 178419)
@@ -1,3 +1,12 @@
+2015-01-14  Marc Juul  <[email protected]>
+
+        C++ style comment was preventing compile if CPU(ARM_NEON)
+        https://bugs.webkit.org/show_bug.cgi?id=133827
+
+        Reviewed by Csaba Osztrogonác.
+
+        * wtf/Platform.h:
+
 2015-01-13  Chris Dumez  <[email protected]>
 
         Make WTF::Optional work with msvc 2013

Modified: trunk/Source/WTF/wtf/Platform.h (178418 => 178419)


--- trunk/Source/WTF/wtf/Platform.h	2015-01-14 11:54:50 UTC (rev 178418)
+++ trunk/Source/WTF/wtf/Platform.h	2015-01-14 16:09:41 UTC (rev 178419)
@@ -315,7 +315,7 @@
 #endif
 
 #if CPU(ARM_NEON)
-// All NEON intrinsics usage can be disabled by this macro.
+/* All NEON intrinsics usage can be disabled by this macro. */
 #define HAVE_ARM_NEON_INTRINSICS 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to