| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index 5608f9919c082317fef68160a9f8f82d978efb77..6c593827328184060c621e77e68905e85d71390c 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -433,8 +433,6 @@ void SVGInlineTextBox::restoreGraphicsContextAfterTextPainting(GraphicsContext*&
|
| TextRun::RenderingContext* renderingContext = textRun.renderingContext();
|
| if (renderingContext)
|
| static_cast<SVGTextRunRenderingContext*>(renderingContext)->setActivePaintingResource(0);
|
| -#else
|
| - UNUSED_PARAM(textRun);
|
| #endif
|
| }
|
|
|
|
|