| Index: third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| index fd9b51088e918d5fc3d88573a71de5a02d740c8a..0b6b153576cf35972dac6a3d9058d80380927f81 100644
|
| --- a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef PromiseRejectionEvent_h
|
| #define PromiseRejectionEvent_h
|
|
|
| -#include "bindings/core/v8/DOMWrapperWorld.h"
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| @@ -13,6 +12,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/events/Event.h"
|
| #include "core/events/PromiseRejectionEventInit.h"
|
| +#include "platform/bindings/DOMWrapperWorld.h"
|
|
|
| namespace blink {
|
|
|
|
|