Title: [103072] trunk/Source/WebCore
Revision
103072
Author
rn...@webkit.org
Date
2011-12-16 08:53:49 -0800 (Fri, 16 Dec 2011)

Log Message

Touch RenderStyle in an attempt to fix linking errors on Chromium Windows bots.

* rendering/style/RenderStyle.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (103071 => 103072)


--- trunk/Source/WebCore/ChangeLog	2011-12-16 16:51:46 UTC (rev 103071)
+++ trunk/Source/WebCore/ChangeLog	2011-12-16 16:53:49 UTC (rev 103072)
@@ -1,3 +1,9 @@
+2011-12-16  Ryosuke Niwa  <rn...@webkit.org>
+
+        Touch RenderStyle in an attempt to fix linking errors on Chromium Windows bots.
+
+        * rendering/style/RenderStyle.h:
+
 2011-12-14  Nat Duca  <nd...@chromium.org>
 
         [chromium] DelayBasedTimeSource should not change its timebase on late ticks

Modified: trunk/Source/WebCore/rendering/style/RenderStyle.h (103071 => 103072)


--- trunk/Source/WebCore/rendering/style/RenderStyle.h	2011-12-16 16:51:46 UTC (rev 103071)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.h	2011-12-16 16:53:49 UTC (rev 103072)
@@ -205,7 +205,7 @@
         unsigned char _white_space : 3; // EWhiteSpace
         unsigned char _box_direction : 1; // EBoxDirection (CSS3 box_direction property, flexible box layout module)
         // 34 bits
-        
+
         // non CSS2 inherited
         unsigned char m_rtlOrdering : 1; // Order
         unsigned char m_printColorAdjust : PrintColorAdjustBits;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to