Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / AnimationPlayerEvent.h
index e19a853..c16a899 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "core/events/Event.h"
 
-namespace WebCore {
+namespace blink {
 
 struct AnimationPlayerEventInit : public EventInit {
     AnimationPlayerEventInit();
@@ -49,6 +49,6 @@ private:
     double m_timelineTime;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // AnimationPlayerEvent_h