Title: [128824] trunk/Source/WebCore
- Revision
- 128824
- Author
- [email protected]
- Date
- 2012-09-17 16:58:59 -0700 (Mon, 17 Sep 2012)
Log Message
Unreviewed, fix build.
* css/CSSRule.cpp:
(SameSizeAsCSSRule):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (128823 => 128824)
--- trunk/Source/WebCore/ChangeLog 2012-09-17 23:53:07 UTC (rev 128823)
+++ trunk/Source/WebCore/ChangeLog 2012-09-17 23:58:59 UTC (rev 128824)
@@ -1,3 +1,10 @@
+2012-09-17 Filip Pizlo <[email protected]>
+
+ Unreviewed, fix build.
+
+ * css/CSSRule.cpp:
+ (SameSizeAsCSSRule):
+
2012-09-16 Mark Hahnenberg <[email protected]>
Delayed structure sweep can leak structures without bound
Modified: trunk/Source/WebCore/css/CSSRule.cpp (128823 => 128824)
--- trunk/Source/WebCore/css/CSSRule.cpp 2012-09-17 23:53:07 UTC (rev 128823)
+++ trunk/Source/WebCore/css/CSSRule.cpp 2012-09-17 23:58:59 UTC (rev 128824)
@@ -40,7 +40,11 @@
namespace WebCore {
struct SameSizeAsCSSRule : public RefCounted<SameSizeAsCSSRule> {
+#if USE(JSC)
+ char bitfields;
+#else
unsigned bitfields;
+#endif
void* pointerUnion;
};
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes