| Index: third_party/WebKit/Source/core/css/CSSValueList.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValueList.h b/third_party/WebKit/Source/core/css/CSSValueList.h
|
| index 1fd166cbff6b49a18c6a0e42c4e6be10874bf0c3..8dc13a1157cd4fe2cf53088e61c168120c8c1784 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValueList.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValueList.h
|
| @@ -73,6 +73,7 @@ protected:
|
| private:
|
| explicit CSSValueList(ValueListSeparator);
|
|
|
| + unsigned m_valueListSeparator : ValueListSeparatorBits;
|
| HeapVector<Member<const CSSValue>, 4> m_values;
|
| };
|
|
|
|
|