Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/WebKit/Source/core/events/PromiseRejectionEvent.h

Issue 2544883005: Remove RefPtr<ScriptState> from PromiseRejectionEvent (Closed)
Patch Set: temp Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698