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

Unified Diff: Source/modules/navigatorconnect/AcceptConnectionObserver.h

Issue 1233173002: Have ScriptPromiseResolver on the Oilpan heap always. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tidy unit tests Created 5 years, 5 months 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
Index: Source/modules/navigatorconnect/AcceptConnectionObserver.h
diff --git a/Source/modules/navigatorconnect/AcceptConnectionObserver.h b/Source/modules/navigatorconnect/AcceptConnectionObserver.h
index fa4bd393a4f2b75385d52e2e582320c24c4c1e97..8d953cd0b0fec1ad24afa8d8cbcd0ecc4007cf00 100644
--- a/Source/modules/navigatorconnect/AcceptConnectionObserver.h
+++ b/Source/modules/navigatorconnect/AcceptConnectionObserver.h
@@ -60,7 +60,7 @@ private:
Member<ServicePortCollection> m_collection;
WebServicePortID m_portID;
KURL m_targetURL;
- RefPtrWillBeMember<ScriptPromiseResolver> m_resolver;
+ Member<ScriptPromiseResolver> m_resolver;
enum State { Initial, Pending, Done };
State m_state;

Powered by Google App Engine
This is Rietveld 408576698