| 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:
|
|
|