| Index: Source/modules/filesystem/DirectoryEntrySync.cpp
|
| diff --git a/Source/modules/filesystem/DirectoryEntrySync.cpp b/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| index 6dac7b69012e3a65afd11b7dc7d63caf16132da4..6d9622c7915257a072b096cd1ce73b4cc8cc71bb 100644
|
| --- a/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| +++ b/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| @@ -42,6 +42,7 @@ namespace WebCore {
|
| DirectoryEntrySync::DirectoryEntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
|
| : EntrySync(fileSystem, fullPath)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<DirectoryReaderSync> DirectoryEntrySync::createReader(ExceptionCode&)
|
|
|