Index: Source/core/rendering/svg/SVGInlineTextBox.cpp |
diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp |
index f2afa1e653e223a1d4b6de47c9f3ef96c5880919..4ea04fe7b69907dbd1fd9996a1657dda4e43c044 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 |
} |