Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGTests.h
index ca0bc9d..aeb20a1 100644 (file)
@@ -24,7 +24,7 @@
 #include "core/svg/SVGStaticStringList.h"
 #include "wtf/HashSet.h"
 
-namespace WebCore {
+namespace blink {
 
 class QualifiedName;
 class SVGElement;
@@ -53,6 +53,6 @@ private:
     RefPtr<SVGStaticStringList> m_systemLanguage;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGTests_h