| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index 24a4ef8f02fe39ecb0d998e2f86c10b482206a18..7d6ac0e340bacb43c32b7168f2631ba0b0761bb5 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -361,7 +361,7 @@ bool SVGInlineTextBox::acquirePaintingResource(GraphicsContext*& context, float
|
| ASSERT(style);
|
| ASSERT(m_paintingResourceMode != ApplyToDefaultMode);
|
|
|
| - bool hasFallback;
|
| + bool hasFallback = false;
|
| if (m_paintingResourceMode & ApplyToFillMode)
|
| m_paintingResource = RenderSVGResource::fillPaintingResource(renderer, style, hasFallback);
|
| else if (m_paintingResourceMode & ApplyToStrokeMode)
|
|
|