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

Unified Diff: Source/modules/filesystem/FileEntrySync.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/modules/filesystem/DOMFileSystemSync.cpp ('k') | Source/modules/filesystem/FileEntrySync.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileEntrySync.h
diff --git a/Source/modules/filesystem/FileEntrySync.h b/Source/modules/filesystem/FileEntrySync.h
index 14df9a386a3418e4e82f4576c7e303c0fe70c046..7874f7ebdb01cee7872fb6f4b7cc56e62f0d47e5 100644
--- a/Source/modules/filesystem/FileEntrySync.h
+++ b/Source/modules/filesystem/FileEntrySync.h
@@ -31,6 +31,7 @@
#ifndef FileEntrySync_h
#define FileEntrySync_h
+#include "heap/Handle.h"
#include "modules/filesystem/EntrySync.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
@@ -51,7 +52,7 @@ public:
virtual bool isFile() const OVERRIDE { return true; }
- PassRefPtr<File> file(ExceptionState&);
+ PassRefPtrWillBeRawPtr<File> file(ExceptionState&);
PassRefPtr<FileWriterSync> createWriter(ExceptionState&);
private:
« no previous file with comments | « Source/modules/filesystem/DOMFileSystemSync.cpp ('k') | Source/modules/filesystem/FileEntrySync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698