| Index: Source/core/svg/SVGFontFaceUriElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceUriElement.cpp b/Source/core/svg/SVGFontFaceUriElement.cpp
|
| index f53b4ee2e64aa904b8c3211752da985d9718bea7..453faa904bf77764f593c586c4d9f8cb7b625bcd 100644
|
| --- a/Source/core/svg/SVGFontFaceUriElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceUriElement.cpp
|
| @@ -34,12 +34,14 @@ namespace WebCore {
|
|
|
| using namespace SVGNames;
|
|
|
| -SVGFontFaceUriElement::SVGFontFaceUriElement(Document& document)
|
| +inline SVGFontFaceUriElement::SVGFontFaceUriElement(Document& document)
|
| : SVGElement(font_face_uriTag, document)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGFontFaceUriElement)
|
| +
|
| SVGFontFaceUriElement::~SVGFontFaceUriElement()
|
| {
|
| if (m_resource)
|
|
|