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