| Index: Source/modules/filesystem/FileEntrySync.cpp
|
| diff --git a/Source/modules/filesystem/FileEntrySync.cpp b/Source/modules/filesystem/FileEntrySync.cpp
|
| index ae80784c9c64987c59375f76b26c8105fcb06ae0..7d7049c2fb960b2cea4aff0efc86facbf7bd4325 100644
|
| --- a/Source/modules/filesystem/FileEntrySync.cpp
|
| +++ b/Source/modules/filesystem/FileEntrySync.cpp
|
| @@ -43,7 +43,7 @@ FileEntrySync::FileEntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const Str
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -PassRefPtr<File> FileEntrySync::file(ExceptionState& exceptionState)
|
| +PassRefPtrWillBeRawPtr<File> FileEntrySync::file(ExceptionState& exceptionState)
|
| {
|
| return filesystem()->createFile(this, exceptionState);
|
| }
|
|
|