| 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 48833eecde38fe99e2e12c4c16005ca7632fc535..0ea862cd7244c88a0a90b54d853c869a54986e07 100644
|
| --- a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| @@ -50,7 +50,7 @@ class CORE_EXPORT PromiseRejectionEvent final : public Event {
|
| ~PromiseRejectionEvent() override;
|
| void dispose();
|
|
|
| - RefPtr<ScriptState> m_scriptState;
|
| + RefPtr<DOMWrapperWorld> m_world;
|
| TraceWrapperV8Reference<v8::Value> m_promise;
|
| TraceWrapperV8Reference<v8::Value> m_reason;
|
| };
|
|
|