Title: [106707] trunk/Source/_javascript_Core
- Revision
- 106707
- Author
- [email protected]
- Date
- 2012-02-03 16:24:02 -0800 (Fri, 03 Feb 2012)
Log Message
Prefix the typedef in WTF_MAKE_FAST_ALLOCATED with underscores
https://bugs.webkit.org/show_bug.cgi?id=77788
Reviewed by Andreas Kling.
The current typedef name, 'ThisIsHereToForceASemicolonAfterThisMacro', shows up when trying to
code-complete 'this' in Xcode. Prefix the typedef with two underscores to stop this from happening.
* wtf/FastAllocBase.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (106706 => 106707)
--- trunk/Source/_javascript_Core/ChangeLog 2012-02-04 00:22:32 UTC (rev 106706)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-02-04 00:24:02 UTC (rev 106707)
@@ -1,3 +1,15 @@
+2012-02-03 Anders Carlsson <[email protected]>
+
+ Prefix the typedef in WTF_MAKE_FAST_ALLOCATED with underscores
+ https://bugs.webkit.org/show_bug.cgi?id=77788
+
+ Reviewed by Andreas Kling.
+
+ The current typedef name, 'ThisIsHereToForceASemicolonAfterThisMacro', shows up when trying to
+ code-complete 'this' in Xcode. Prefix the typedef with two underscores to stop this from happening.
+
+ * wtf/FastAllocBase.h:
+
2012-02-03 Rob Buis <[email protected]>
Fix alignment warnings in ARMv7
Modified: trunk/Source/_javascript_Core/wtf/FastAllocBase.h (106706 => 106707)
--- trunk/Source/_javascript_Core/wtf/FastAllocBase.h 2012-02-04 00:22:32 UTC (rev 106706)
+++ trunk/Source/_javascript_Core/wtf/FastAllocBase.h 2012-02-04 00:24:02 UTC (rev 106707)
@@ -129,7 +129,7 @@
return location; \
} \
private: \
-typedef int ThisIsHereToForceASemicolonAfterThisMacro
+typedef int __thisIsHereToForceASemicolonAfterThisMacro
namespace WTF {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes