Chromium Code Reviews| Index: Source/core/css/StylePropertySet.h |
| diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h |
| index 7d8be4f50ad4ae1c20962a8e897feb0fb3521343..c3c7c2350838cb92f771ce2bb792550cdd81c783 100644 |
| --- a/Source/core/css/StylePropertySet.h |
| +++ b/Source/core/css/StylePropertySet.h |
| @@ -136,9 +136,9 @@ protected: |
| , m_arraySize(immutableArraySize) |
| { } |
| - unsigned m_cssParserMode : 2; |
| + unsigned m_cssParserMode : 3; |
| mutable unsigned m_isMutable : 1; |
| - unsigned m_arraySize : 29; |
| + unsigned m_arraySize : 28; |
|
eseidel
2013/09/10 16:33:58
Do we have a constant somewhere to help make sure
rune
2013/09/12 13:05:01
Done.
|
| friend class PropertySetCSSStyleDeclaration; |
| }; |