Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / PopStateEvent.h
index ba49967..a861690 100644 (file)
@@ -30,7 +30,7 @@
 #include "core/events/Event.h"
 #include "platform/heap/Handle.h"
 
-namespace WebCore {
+namespace blink {
 
 class History;
 class SerializedScriptValue;
@@ -65,6 +65,6 @@ private:
     RefPtrWillBeMember<History> m_history;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // PopStateEvent_h