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

Unified Diff: Source/web/WebIDBDatabaseError.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/web/WebDragData.cpp ('k') | Source/web/WebSearchableFormData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebIDBDatabaseError.cpp
diff --git a/Source/web/WebIDBDatabaseError.cpp b/Source/web/WebIDBDatabaseError.cpp
index 9e5aaa6e656cc16f39fb5c232bde85c1e968d3d0..43d647b9fc379a1faccdfcb5e332589caa15b319 100644
--- a/Source/web/WebIDBDatabaseError.cpp
+++ b/Source/web/WebIDBDatabaseError.cpp
@@ -58,7 +58,7 @@ void WebIDBDatabaseError::reset()
m_private.reset();
}
-WebIDBDatabaseError::operator PassRefPtr<DOMError>() const
+WebIDBDatabaseError::operator PassRefPtrWillBeRawPtr<DOMError>() const
{
return m_private.get();
}
« no previous file with comments | « Source/web/WebDragData.cpp ('k') | Source/web/WebSearchableFormData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698