| 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 0b6b153576cf35972dac6a3d9058d80380927f81..86d6423cde8632a22f76a15fc65404201e7d9bf1 100644
|
| --- a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| @@ -6,13 +6,13 @@
|
| #define PromiseRejectionEvent_h
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/TraceWrapperV8Reference.h"
|
| #include "core/CoreExport.h"
|
| #include "core/events/Event.h"
|
| #include "core/events/PromiseRejectionEventInit.h"
|
| #include "platform/bindings/DOMWrapperWorld.h"
|
| +#include "platform/bindings/ScriptState.h"
|
|
|
| namespace blink {
|
|
|
|
|