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

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

Issue 563703002: Oilpan: Enable oilpan for callback classes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/quota/StorageErrorCallback.h ('k') | Source/modules/quota/StorageQuotaCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageErrorCallback.cpp
diff --git a/Source/modules/quota/StorageErrorCallback.cpp b/Source/modules/quota/StorageErrorCallback.cpp
index 94d6ca39dd154d488bdb6e5fdc96208ff01a8e3c..cbb49d4c7bd9ff1570439a03c56476f8695a7716 100644
--- a/Source/modules/quota/StorageErrorCallback.cpp
+++ b/Source/modules/quota/StorageErrorCallback.cpp
@@ -36,7 +36,7 @@
namespace blink {
-StorageErrorCallback::CallbackTask::CallbackTask(PassOwnPtrWillBeRawPtr<StorageErrorCallback> callback, ExceptionCode ec)
+StorageErrorCallback::CallbackTask::CallbackTask(StorageErrorCallback* callback, ExceptionCode ec)
: m_callback(callback)
, m_ec(ec)
{
« no previous file with comments | « Source/modules/quota/StorageErrorCallback.h ('k') | Source/modules/quota/StorageQuotaCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698