| Index: third_party/WebKit/Source/core/events/CustomEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/CustomEvent.h b/third_party/WebKit/Source/core/events/CustomEvent.h
|
| index 438d47305fb3dd282c3ab40720871abe6ecae607..effb9e3ba4f2aff34474b5af1e474943fbfb77f5 100644
|
| --- a/third_party/WebKit/Source/core/events/CustomEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/CustomEvent.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef CustomEvent_h
|
| #define CustomEvent_h
|
|
|
| -#include "bindings/core/v8/TraceWrapperV8Reference.h"
|
| #include "core/CoreExport.h"
|
| #include "core/events/CustomEventInit.h"
|
| #include "core/events/Event.h"
|
| #include "platform/bindings/DOMWrapperWorld.h"
|
| +#include "platform/bindings/TraceWrapperV8Reference.h"
|
|
|
| namespace blink {
|
|
|
|
|