Title: [102621] trunk/Source/WebCore
- Revision
- 102621
- Author
- [email protected]
- Date
- 2011-12-12 14:09:26 -0800 (Mon, 12 Dec 2011)
Log Message
COMPILE_ASSERT in CSSStyleSelector.cpp doesn't compile on Windows
https://bugs.webkit.org/show_bug.cgi?id=74327
Unreviewed build fix. True fix should follow under above bug.
* css/CSSStyleSelector.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (102620 => 102621)
--- trunk/Source/WebCore/ChangeLog 2011-12-12 22:04:06 UTC (rev 102620)
+++ trunk/Source/WebCore/ChangeLog 2011-12-12 22:09:26 UTC (rev 102621)
@@ -1,3 +1,12 @@
+2011-12-12 Kenneth Russell <[email protected]>
+
+ COMPILE_ASSERT in CSSStyleSelector.cpp doesn't compile on Windows
+ https://bugs.webkit.org/show_bug.cgi?id=74327
+
+ Unreviewed build fix. True fix should follow under above bug.
+
+ * css/CSSStyleSelector.cpp:
+
2011-12-12 David Grogan <[email protected]>
Fix compilation error when !ENABLE(WORKERS)
Modified: trunk/Source/WebCore/css/CSSStyleSelector.cpp (102620 => 102621)
--- trunk/Source/WebCore/css/CSSStyleSelector.cpp 2011-12-12 22:04:06 UTC (rev 102620)
+++ trunk/Source/WebCore/css/CSSStyleSelector.cpp 2011-12-12 22:09:26 UTC (rev 102621)
@@ -211,7 +211,9 @@
unsigned e[4];
};
+#if !OS(WINDOWS)
COMPILE_ASSERT(sizeof(RuleData) == sizeof(SameSizeAsRuleData), RuleData_should_stay_small);
+#endif
class RuleSet {
WTF_MAKE_NONCOPYABLE(RuleSet);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes