| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index 2db60be3a21786566a5f359c449f0c94a99ae68f..474a256bba52a624ac3c03a4c62eef5194fafcad 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -385,7 +385,7 @@
|
| {
|
| ASSERT(m_paintingResource);
|
|
|
| - m_paintingResource->postApplyResource(&m_renderer, context);
|
| + m_paintingResource->postApplyResource(context);
|
| m_paintingResource = 0;
|
| }
|
|
|
|
|