Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGPathBlender.h
index 541b2a6..3490a24 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "core/svg/SVGPathConsumer.h"
 
-namespace WebCore {
+namespace blink {
 
 enum FloatBlendMode {
     BlendHorizontal,
@@ -68,6 +68,6 @@ private:
     bool m_isInFirstHalfOfAnimation;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGPathBlender_h