Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / StyleMarqueeData.cpp
index c0d3667..3b9fa7c 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "core/rendering/style/RenderStyle.h"
 
-namespace WebCore {
+namespace blink {
 
 StyleMarqueeData::StyleMarqueeData()
     : increment(RenderStyle::initialMarqueeIncrement())
@@ -51,4 +51,4 @@ bool StyleMarqueeData::operator==(const StyleMarqueeData& o) const
            behavior == o.behavior && loops == o.loops;
 }
 
-} // namespace WebCore
+} // namespace blink