| Index: Source/core/events/PopStateEvent.cpp
|
| diff --git a/Source/core/events/PopStateEvent.cpp b/Source/core/events/PopStateEvent.cpp
|
| index ee3d80f904d18e494aa4e3fd440b21f3a76ff945..54e966aefac139722366322de3af664bb2e3dcbe 100644
|
| --- a/Source/core/events/PopStateEvent.cpp
|
| +++ b/Source/core/events/PopStateEvent.cpp
|
| @@ -29,7 +29,7 @@
|
|
|
| #include "bindings/v8/SerializedScriptValue.h"
|
| #include "core/events/ThreadLocalEventNames.h"
|
| -#include "core/page/History.h"
|
| +#include "core/frame/History.h"
|
|
|
| namespace WebCore {
|
|
|
|
|