| 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..f4ca49ce2e788e490a92f7e39fddfb5261463252 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;
|
| + TraceWrapperV8Reference<v8::Value> m_promise;
|
| + TraceWrapperV8Reference<v8::Value> m_reason;
|
| };
|
|
|
| } // namespace blink
|
|
|