| Index: Source/core/events/PopStateEvent.cpp
|
| diff --git a/Source/core/dom/PopStateEvent.cpp b/Source/core/events/PopStateEvent.cpp
|
| similarity index 97%
|
| rename from Source/core/dom/PopStateEvent.cpp
|
| rename to Source/core/events/PopStateEvent.cpp
|
| index 652d9a20bb14258e7f4879258296fe2e1ca1fe61..73e3363c0f9aac9061c30820e7401c17281d47ea 100644
|
| --- a/Source/core/dom/PopStateEvent.cpp
|
| +++ b/Source/core/events/PopStateEvent.cpp
|
| @@ -25,10 +25,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/PopStateEvent.h"
|
| +#include "core/events/PopStateEvent.h"
|
|
|
| #include "bindings/v8/SerializedScriptValue.h"
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/EventNames.h"
|
| #include "core/page/History.h"
|
|
|
| namespace WebCore {
|
|
|