| 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 66c3e9789d4e0a29458da050e229c96b52268d0d..1119dc2b605c70fc87fe2bcc7cd5b66df20b4111 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValueList.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValueList.h
|
| @@ -29,6 +29,7 @@
|
| namespace blink {
|
|
|
| class CORE_EXPORT CSSValueList : public CSSValue {
|
| + WTF_MAKE_NONCOPYABLE(CSSValueList);
|
| public:
|
| using iterator = HeapVector<Member<CSSValue>, 4>::iterator;
|
| using const_iterator = HeapVector<Member<CSSValue>, 4>::const_iterator;
|
|
|