| Index: Source/modules/filesystem/DirectoryEntrySync.h
|
| diff --git a/Source/modules/filesystem/DirectoryEntrySync.h b/Source/modules/filesystem/DirectoryEntrySync.h
|
| index bf0322b5c4fe41222a654f9d126422b0eb7342d8..274dcca089ca20fe21059227a7ad2453055824ed 100644
|
| --- a/Source/modules/filesystem/DirectoryEntrySync.h
|
| +++ b/Source/modules/filesystem/DirectoryEntrySync.h
|
| @@ -42,6 +42,7 @@ class ExceptionState;
|
| class FileEntrySync;
|
|
|
| class DirectoryEntrySync FINAL : public EntrySync {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static DirectoryEntrySync* create(DOMFileSystemBase* fileSystem, const String& fullPath)
|
| {
|
| @@ -62,6 +63,6 @@ private:
|
|
|
| DEFINE_TYPE_CASTS(DirectoryEntrySync, EntrySync, entry, entry->isDirectory(), entry.isDirectory());
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif // DirectoryEntrySync_h
|
|
|