Index: Source/core/svg/SVGSymbolElement.h |
diff --git a/Source/core/svg/SVGSymbolElement.h b/Source/core/svg/SVGSymbolElement.h |
index 0ea8121d7f0d641e93afa5c0464a6e6a783f8801..7b4a462e88fbcc1d8740a54a8e033c2278d68a11 100644 |
--- a/Source/core/svg/SVGSymbolElement.h |
+++ b/Source/core/svg/SVGSymbolElement.h |
@@ -40,9 +40,6 @@ private: |
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
- |
- virtual bool selfHasRelativeLengths() const OVERRIDE; |
- |
}; |
} // namespace WebCore |