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

Unified Diff: Source/modules/presentation/PresentationSessionClientCallbacks.cpp

Issue 1233173002: Have ScriptPromiseResolver on the Oilpan heap always. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: smaller review updates 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/presentation/PresentationSessionClientCallbacks.cpp
diff --git a/Source/modules/presentation/PresentationSessionClientCallbacks.cpp b/Source/modules/presentation/PresentationSessionClientCallbacks.cpp
index 330c3b81b285526988e7280f351aacfc8cd600c9..c8d220850be57d3aea39cfeddc4e25d17081c0d0 100644
--- a/Source/modules/presentation/PresentationSessionClientCallbacks.cpp
+++ b/Source/modules/presentation/PresentationSessionClientCallbacks.cpp
@@ -18,7 +18,7 @@
namespace blink {
PresentationSessionClientCallbacks::PresentationSessionClientCallbacks(
- PassRefPtrWillBeRawPtr<ScriptPromiseResolver> resolver,
+ ScriptPromiseResolver* resolver,
Presentation* presentation)
: m_resolver(resolver)
, m_presentation(presentation)

Powered by Google App Engine
This is Rietveld 408576698