Index: Source/core/svg/SVGViewSpec.h |
diff --git a/Source/core/svg/SVGViewSpec.h b/Source/core/svg/SVGViewSpec.h |
index 21a1dfcce0406fd2fde8a3637d9a27c9056c29ae..c9dabb76f9b1091f15fb725221fe52202b974e7d 100644 |
--- a/Source/core/svg/SVGViewSpec.h |
+++ b/Source/core/svg/SVGViewSpec.h |
@@ -60,6 +60,8 @@ public: |
void trace(Visitor*); |
void clearWeakMembers(Visitor*); |
+ SVGSVGElement* contextElement() { return m_contextElement.get(); } |
+ |
private: |
explicit SVGViewSpec(SVGSVGElement*); |