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

Unified Diff: public/platform/WebIDBDatabaseError.h

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/WebSearchableFormData.cpp ('k') | public/web/WebBlob.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebIDBDatabaseError.h
diff --git a/public/platform/WebIDBDatabaseError.h b/public/platform/WebIDBDatabaseError.h
index d614e18a5d0eb374e436869a1535bc68d4a27d8a..a50fcbdb6e81c1fe042789986339c4976dd7c373 100644
--- a/public/platform/WebIDBDatabaseError.h
+++ b/public/platform/WebIDBDatabaseError.h
@@ -55,7 +55,7 @@ public:
BLINK_EXPORT void reset();
#if BLINK_IMPLEMENTATION
- operator WTF::PassRefPtr<WebCore::DOMError>() const;
+ operator PassRefPtrWillBeRawPtr<WebCore::DOMError>() const;
#endif
private:
« no previous file with comments | « Source/web/WebSearchableFormData.cpp ('k') | public/web/WebBlob.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698