Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGPathSegListSource.h
index 0ed2b8b..df24945 100644 (file)
@@ -27,7 +27,7 @@
 #include "wtf/PassOwnPtr.h"
 #include "wtf/RefPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGPathSegListSource FINAL : public SVGPathSource {
 public:
@@ -54,6 +54,6 @@ private:
     SVGPathSegList::ConstIterator m_itEnd;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGPathSegListSource_h