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

Unified Diff: Source/modules/indexeddb/IDBDatabaseCallbacks.cpp

Issue 176853004: Oilpan: move core/fileapi to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 10 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
« no previous file with comments | « Source/modules/indexeddb/IDBDatabaseCallbacks.h ('k') | Source/modules/indexeddb/IDBRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBDatabaseCallbacks.cpp
diff --git a/Source/modules/indexeddb/IDBDatabaseCallbacks.cpp b/Source/modules/indexeddb/IDBDatabaseCallbacks.cpp
index 900b62ea805c97a0f753983f0974935c07405deb..f8de39543563a65891f181300c1ccd6b135c6b4d 100644
--- a/Source/modules/indexeddb/IDBDatabaseCallbacks.cpp
+++ b/Source/modules/indexeddb/IDBDatabaseCallbacks.cpp
@@ -63,7 +63,7 @@ void IDBDatabaseCallbacks::connect(IDBDatabase* database)
m_database = database;
}
-void IDBDatabaseCallbacks::onAbort(int64_t transactionId, PassRefPtr<DOMError> error)
+void IDBDatabaseCallbacks::onAbort(int64_t transactionId, PassRefPtrWillBeRawPtr<DOMError> error)
{
if (m_database)
m_database->onAbort(transactionId, error);
« no previous file with comments | « Source/modules/indexeddb/IDBDatabaseCallbacks.h ('k') | Source/modules/indexeddb/IDBRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698