| Index: Source/bindings/v8/custom/V8PopStateEventCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8PopStateEventCustom.cpp b/Source/bindings/v8/custom/V8PopStateEventCustom.cpp
|
| index 0c6c1c6deca877d9245c19344393c9137c21034e..9bb5988e15ff77500321c9eca43dd5d816a91a9c 100644
|
| --- a/Source/bindings/v8/custom/V8PopStateEventCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8PopStateEventCustom.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "bindings/v8/SerializedScriptValue.h"
|
| #include "bindings/v8/V8HiddenPropertyName.h"
|
| #include "core/events/PopStateEvent.h"
|
| -#include "core/page/History.h"
|
| +#include "core/frame/History.h"
|
|
|
| namespace WebCore {
|
|
|
|
|