Index: Source/core/svg/SVGViewSpec.h |
diff --git a/Source/core/svg/SVGViewSpec.h b/Source/core/svg/SVGViewSpec.h |
index d71f214680f4c7ada3233dd7e405933608a3975b..8bf6309a1f815076b4702acff024b27089a081f2 100644 |
--- a/Source/core/svg/SVGViewSpec.h |
+++ b/Source/core/svg/SVGViewSpec.h |
@@ -49,7 +49,6 @@ public: |
String transformString() const; |
String viewTargetString() const { return m_viewTargetString; } |
- SVGElement* contextElement() const { return m_contextElement; } |
void detachContextElement(); |
SVGTransformList* transform() { return m_transform ? m_transform->baseValue() : 0; } |