| Index: Source/core/svg/SVGFontFaceElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceElement.cpp b/Source/core/svg/SVGFontFaceElement.cpp
|
| index 3a5709c19662163e9cd06f2afcda9cee2129ec7f..005dad643493114b16828957a76c09dc692a51fc 100644
|
| --- a/Source/core/svg/SVGFontFaceElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceElement.cpp
|
| @@ -276,7 +276,7 @@ void SVGFontFaceElement::rebuildFontFace()
|
| }
|
|
|
| bool describesParentFont = isSVGFontElement(*parentNode());
|
| - RefPtrWillBeRawPtr<CSSValueList> list;
|
| + RefPtrWillBeRawPtr<CSSValueList> list = nullptr;
|
|
|
| if (describesParentFont) {
|
| m_fontElement = toSVGFontElement(parentNode());
|
|
|