Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGUnknownElement.cpp
index 3136a70..00c182a 100644 (file)
 #include "config.h"
 #include "core/svg/SVGUnknownElement.h"
 
-namespace WebCore {
+namespace blink {
 
-SVGUnknownElement::SVGUnknownElement(const QualifiedName& tagName, Document& document)
+inline SVGUnknownElement::SVGUnknownElement(const QualifiedName& tagName, Document& document)
     : SVGElement(tagName, document)
 {
 }
 
-} // namespace WebCore
+DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(SVGUnknownElement)
+
+} // namespace blink