| Index: Source/core/svg/SVGFontFaceFormatElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceFormatElement.cpp b/Source/core/svg/SVGFontFaceFormatElement.cpp
|
| index 88e672fa1cfe7264097e3ce8ea216d7b0f295191..47b6d326e0396744de790289b4ec4b2d936fabf3 100644
|
| --- a/Source/core/svg/SVGFontFaceFormatElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceFormatElement.cpp
|
| @@ -29,12 +29,14 @@ namespace WebCore {
|
|
|
| using namespace SVGNames;
|
|
|
| -SVGFontFaceFormatElement::SVGFontFaceFormatElement(Document& document)
|
| +inline SVGFontFaceFormatElement::SVGFontFaceFormatElement(Document& document)
|
| : SVGElement(font_face_formatTag, document)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGFontFaceFormatElement)
|
| +
|
| void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
|
| {
|
| SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
|
|