| 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 e3170b4b2daa586dcfb32c44ed44f1aaee417967..b3933c372225b2ed40fb33e5c8e5beea1e491003 100644
|
| --- a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| @@ -51,8 +51,8 @@ class CORE_EXPORT PromiseRejectionEvent final : public Event {
|
| void dispose();
|
|
|
| RefPtr<ScriptState> m_scriptState;
|
| - ScopedPersistent<v8::Value> m_promise;
|
| - ScopedPersistent<v8::Value> m_reason;
|
| + TraceWrapperScopedPersistent<v8::Value> m_promise;
|
| + TraceWrapperScopedPersistent<v8::Value> m_reason;
|
| };
|
|
|
| } // namespace blink
|
|
|