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

Unified Diff: public/web/WebDOMFileSystem.h

Issue 314333002: Enable Oilpan by default in modules/filesystem/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tidy up Created 6 years, 6 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: public/web/WebDOMFileSystem.h
diff --git a/public/web/WebDOMFileSystem.h b/public/web/WebDOMFileSystem.h
index 63d211a0bd2f84a2804f47bb1bbf1bba2da3d07d..e732d7166bbf431f0cd0e33a7e3dccc2ac06827d 100644
--- a/public/web/WebDOMFileSystem.h
+++ b/public/web/WebDOMFileSystem.h
@@ -106,8 +106,8 @@ public:
bool isNull() const { return m_private.isNull(); }
#if BLINK_IMPLEMENTATION
- WebDOMFileSystem(const PassRefPtrWillBeRawPtr<WebCore::DOMFileSystem>&);
- WebDOMFileSystem& operator=(const PassRefPtrWillBeRawPtr<WebCore::DOMFileSystem>&);
+ WebDOMFileSystem(WebCore::DOMFileSystem*);
+ WebDOMFileSystem& operator=(const WebCore::DOMFileSystem*&);
#endif
private:
« Source/modules/filesystem/FileWriterSync.h ('K') | « Source/web/WebDOMFileSystem.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698