Title: [195577] trunk/Source/WebCore
Revision
195577
Author
[email protected]
Date
2016-01-25 19:13:03 -0800 (Mon, 25 Jan 2016)

Log Message

Fix the comment.

* rendering/style/RenderStyle.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (195576 => 195577)


--- trunk/Source/WebCore/ChangeLog	2016-01-26 03:12:29 UTC (rev 195576)
+++ trunk/Source/WebCore/ChangeLog	2016-01-26 03:13:03 UTC (rev 195577)
@@ -1,3 +1,9 @@
+2016-01-25  Antti Koivisto  <[email protected]>
+
+        Fix the comment.
+
+        * rendering/style/RenderStyle.h:
+
 2016-01-25  Enrica Casucci  <[email protected]>
 
         Add support for DataDetectors in WK (iOS).

Modified: trunk/Source/WebCore/rendering/style/RenderStyle.h (195576 => 195577)


--- trunk/Source/WebCore/rendering/style/RenderStyle.h	2016-01-26 03:12:29 UTC (rev 195576)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.h	2016-01-26 03:13:03 UTC (rev 195577)
@@ -394,7 +394,7 @@
         static const unsigned isLinkOffset = affectedByDragOffset + 1;
 
 
-        // Only 60 bits are assigned. There are 2 bits available currently used as padding to improve code generation.
+        // 62 bits are assigned. There are 2 bits available currently used as padding to improve code generation.
         // If you add more style bits here, you will also need to update RenderStyle::copyNonInheritedFrom().
         uint64_t m_flags;
     };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to