| Index: Source/bindings/v8/custom/V8PopStateEventCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8PopStateEventCustom.cpp b/Source/bindings/v8/custom/V8PopStateEventCustom.cpp
|
| index 8af7132bd4892d5c1aef8c161df915790c4fa507..83385ca297fdcae7e1029f4b526c02d33d4984e6 100644
|
| --- a/Source/bindings/v8/custom/V8PopStateEventCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8PopStateEventCustom.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8PopStateEvent.h"
|
| +#include "bindings/core/v8/V8PopStateEvent.h"
|
|
|
| -#include "V8History.h"
|
| +#include "bindings/core/v8/V8History.h"
|
| #include "bindings/v8/SerializedScriptValue.h"
|
| #include "bindings/v8/V8HiddenValue.h"
|
| #include "core/events/PopStateEvent.h"
|
|
|