| 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 615c256dc724187d44bddb471c65d39d818e0742..08fbda16d57e2d792db5b1cbbe47a82d3a1b85c4 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValueList.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValueList.h
|
| @@ -73,6 +73,7 @@ private:
|
| explicit CSSValueList(ValueListSeparator);
|
|
|
| HeapVector<Member<const CSSValue>, 4> m_values;
|
| + unsigned m_valueListSeparator : ValueListSeparatorBits;
|
| };
|
|
|
| DEFINE_CSS_VALUE_TYPE_CASTS(CSSValueList, isValueList());
|
|
|