| Index: Source/modules/filesystem/DirectoryEntry.cpp
|
| diff --git a/Source/modules/filesystem/DirectoryEntry.cpp b/Source/modules/filesystem/DirectoryEntry.cpp
|
| index 68621043a8cdd42878f55f65ae6eba106524c647..c79508e9e2d976ec6f10ae6e765d3e28f9a48fb4 100644
|
| --- a/Source/modules/filesystem/DirectoryEntry.cpp
|
| +++ b/Source/modules/filesystem/DirectoryEntry.cpp
|
| @@ -42,6 +42,7 @@ namespace WebCore {
|
| DirectoryEntry::DirectoryEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
|
| : Entry(fileSystem, fullPath)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<DirectoryReader> DirectoryEntry::createReader()
|
|
|