| Index: third_party/WebKit/Source/core/events/PopStateEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/PopStateEvent.h b/third_party/WebKit/Source/core/events/PopStateEvent.h
|
| index 3d882e24ecf9f79f36d5328e4553ab06390ee319..0a8e7720c18452b2f20dc8a4bd5dc0890b7d1e1c 100644
|
| --- a/third_party/WebKit/Source/core/events/PopStateEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/PopStateEvent.h
|
| @@ -27,10 +27,10 @@
|
| #ifndef PopStateEvent_h
|
| #define PopStateEvent_h
|
|
|
| -#include "bindings/core/v8/TraceWrapperV8Reference.h"
|
| #include "core/events/Event.h"
|
| #include "core/events/PopStateEventInit.h"
|
| #include "platform/bindings/DOMWrapperWorld.h"
|
| +#include "platform/bindings/TraceWrapperV8Reference.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|