Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / PageTransitionEvent.cpp
index d6b9a66..a1a1e53 100644 (file)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "core/events/PageTransitionEvent.h"
 
-namespace WebCore {
+namespace blink {
 
 PageTransitionEventInit::PageTransitionEventInit()
     : persisted(false)
@@ -67,4 +67,4 @@ void PageTransitionEvent::trace(Visitor* visitor)
     Event::trace(visitor);
 }
 
-} // namespace WebCore
+} // namespace blink