Index: Source/WebCore/svg/SVGFontFaceElement.cpp |
=================================================================== |
--- Source/WebCore/svg/SVGFontFaceElement.cpp (revision 78116) |
+++ Source/WebCore/svg/SVGFontFaceElement.cpp (working copy) |
@@ -261,6 +261,11 @@ |
return m_styleDeclaration->getPropertyValue(CSSPropertyFontFamily); |
} |
+SVGFontElement* SVGFontFaceElement::associatedFontElement() const |
+{ |
+ return m_fontElement.get(); |
+} |
+ |
void SVGFontFaceElement::rebuildFontFace() |
{ |
if (!inDocument()) |