| Index: Source/core/svg/SVGFontFaceElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceElement.cpp b/Source/core/svg/SVGFontFaceElement.cpp
|
| index 1dca46aa085790921be3af18d59c6161f4094f8a..ca735a8645ebc65cca6ef10d9237e688dede62d9 100644
|
| --- a/Source/core/svg/SVGFontFaceElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceElement.cpp
|
| @@ -46,7 +46,7 @@ namespace WebCore {
|
|
|
| using namespace SVGNames;
|
|
|
| -SVGFontFaceElement::SVGFontFaceElement(Document& document)
|
| +inline SVGFontFaceElement::SVGFontFaceElement(Document& document)
|
| : SVGElement(font_faceTag, document)
|
| , m_fontFaceRule(StyleRuleFontFace::create())
|
| , m_fontElement(0)
|
| @@ -57,6 +57,8 @@ SVGFontFaceElement::SVGFontFaceElement(Document& document)
|
| m_fontFaceRule->setProperties(styleDeclaration.release());
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGFontFaceElement)
|
| +
|
| static CSSPropertyID cssPropertyIdForFontFaceAttributeName(const QualifiedName& attrName)
|
| {
|
| if (!attrName.namespaceURI().isNull())
|
|
|