Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGTSpanElement.cpp
index e689eb8..c789483 100644 (file)
@@ -43,9 +43,6 @@ bool SVGTSpanElement::rendererIsNeeded(const RenderStyle& style)
 {
     if (parentNode()
         && (isSVGAElement(*parentNode())
-#if ENABLE(SVG_FONTS)
-            || isSVGAltGlyphElement(*parentNode())
-#endif
             || isSVGTextElement(*parentNode())
             || isSVGTextPathElement(*parentNode())
             || isSVGTSpanElement(*parentNode())))