| Index: Source/modules/filesystem/FileEntry.cpp
|
| diff --git a/Source/modules/filesystem/FileEntry.cpp b/Source/modules/filesystem/FileEntry.cpp
|
| index 4f2b83fa5b02c5cadb722cd790d4bc36109014be..bce47085c0d07062384ab3dfe48527a493240db0 100644
|
| --- a/Source/modules/filesystem/FileEntry.cpp
|
| +++ b/Source/modules/filesystem/FileEntry.cpp
|
| @@ -42,6 +42,7 @@ namespace WebCore {
|
| FileEntry::FileEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
|
| : Entry(fileSystem, fullPath)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| void FileEntry::createWriter(PassRefPtr<FileWriterCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback)
|
|
|