| 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 f4ca49ce2e788e490a92f7e39fddfb5261463252..48833eecde38fe99e2e12c4c16005ca7632fc535 100644
|
| --- a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| @@ -6,10 +6,10 @@
|
| #define PromiseRejectionEvent_h
|
|
|
| #include "bindings/core/v8/DOMWrapperWorld.h"
|
| -#include "bindings/core/v8/ScopedPersistent.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"
|
|
|