Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / LinearGradientAttributes.h
index 30d4cac..084f2d3 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "core/svg/GradientAttributes.h"
 
-namespace WebCore {
+namespace blink {
 struct LinearGradientAttributes : GradientAttributes {
     LinearGradientAttributes()
         : m_x1(SVGLength::create(LengthModeWidth))
@@ -66,7 +66,7 @@ private:
     bool m_y2Set : 1;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif