Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / TransitionEvent.h
index 5c781a8..035fc8a 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "core/events/Event.h"
 
-namespace WebCore {
+namespace blink {
 
 struct TransitionEventInit : public EventInit {
     TransitionEventInit();
@@ -74,7 +74,7 @@ private:
     String m_pseudoElement;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // TransitionEvent_h