| Index: Source/core/svg/SVGUnknownElement.cpp
|
| diff --git a/Source/core/svg/SVGUnknownElement.cpp b/Source/core/svg/SVGUnknownElement.cpp
|
| index 3136a70b9456d2172a5f974b96d24cf22ec5b5c4..12ae62c0c53d3d4fafe9e4934b09d5fe7cf04c4e 100644
|
| --- a/Source/core/svg/SVGUnknownElement.cpp
|
| +++ b/Source/core/svg/SVGUnknownElement.cpp
|
| @@ -33,9 +33,11 @@
|
|
|
| namespace WebCore {
|
|
|
| -SVGUnknownElement::SVGUnknownElement(const QualifiedName& tagName, Document& document)
|
| +inline SVGUnknownElement::SVGUnknownElement(const QualifiedName& tagName, Document& document)
|
| : SVGElement(tagName, document)
|
| {
|
| }
|
|
|
| +DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(SVGUnknownElement)
|
| +
|
| } // namespace WebCore
|
|
|