Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / StyleMarqueeData.h
index 3a6bb9f..f39c334 100644 (file)
@@ -30,7 +30,7 @@
 #include "wtf/PassRefPtr.h"
 #include "wtf/RefCounted.h"
 
-namespace WebCore {
+namespace blink {
 
 class StyleMarqueeData : public RefCounted<StyleMarqueeData> {
 public:
@@ -56,6 +56,6 @@ private:
     StyleMarqueeData(const StyleMarqueeData&);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // StyleMarqueeData_h