| Index: Source/core/css/CSSValueList.cpp
|
| diff --git a/Source/core/css/CSSValueList.cpp b/Source/core/css/CSSValueList.cpp
|
| index b41d46560aab423ca4c00ba0417f95995da9fe7c..cb96e74ed7b167f2bccfcfab27a9c3c11bec8001 100644
|
| --- a/Source/core/css/CSSValueList.cpp
|
| +++ b/Source/core/css/CSSValueList.cpp
|
| @@ -75,7 +75,7 @@ bool CSSValueList::hasValue(CSSValue* val) const
|
|
|
| PassRefPtrWillBeRawPtr<CSSValueList> CSSValueList::copy()
|
| {
|
| - RefPtrWillBeRawPtr<CSSValueList> newList;
|
| + RefPtrWillBeRawPtr<CSSValueList> newList = nullptr;
|
| switch (m_valueListSeparator) {
|
| case SpaceSeparator:
|
| newList = createSpaceSeparated();
|
|
|