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

Unified Diff: Source/modules/quota/StorageQuotaCallbacksImpl.cpp

Issue 1233173002: Have ScriptPromiseResolver on the Oilpan heap always. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix webusb ScriptPromiseResolver usage Created 5 years, 4 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/quota/StorageQuotaCallbacksImpl.cpp
diff --git a/Source/modules/quota/StorageQuotaCallbacksImpl.cpp b/Source/modules/quota/StorageQuotaCallbacksImpl.cpp
index 594396caec491fa9704371cb1ad94827e5376949..278e6188f76801b9422f274761c71331a2aa119c 100644
--- a/Source/modules/quota/StorageQuotaCallbacksImpl.cpp
+++ b/Source/modules/quota/StorageQuotaCallbacksImpl.cpp
@@ -37,7 +37,7 @@
namespace blink {
-StorageQuotaCallbacksImpl::StorageQuotaCallbacksImpl(PassRefPtrWillBeRawPtr<ScriptPromiseResolver> resolver)
+StorageQuotaCallbacksImpl::StorageQuotaCallbacksImpl(ScriptPromiseResolver* resolver)
: m_resolver(resolver)
{
}
« no previous file with comments | « Source/modules/quota/StorageQuotaCallbacksImpl.h ('k') | Source/modules/screen_orientation/LockOrientationCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698