| Index: Source/WebCore/rendering/svg/SVGInlineTextBox.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/svg/SVGInlineTextBox.cpp (revision 106009)
|
| +++ Source/WebCore/rendering/svg/SVGInlineTextBox.cpp (working copy)
|
| @@ -195,9 +195,6 @@
|
| RenderStyle* style = parentRenderer->style();
|
| ASSERT(style);
|
|
|
| - const SVGRenderStyle* svgStyle = style->svgStyle();
|
| - ASSERT(svgStyle);
|
| -
|
| RenderStyle* selectionStyle = style;
|
| if (hasSelection) {
|
| selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
|
|
|