Index: Source/modules/filesystem/DirectoryEntry.h |
diff --git a/Source/modules/filesystem/DirectoryEntry.h b/Source/modules/filesystem/DirectoryEntry.h |
index c44a439aa422d9926fd87f6379ed5e2794bf08a0..aeeb2203850bb10b738cdd65bf2d9defaae1e669 100644 |
--- a/Source/modules/filesystem/DirectoryEntry.h |
+++ b/Source/modules/filesystem/DirectoryEntry.h |
@@ -45,6 +45,7 @@ class ErrorCallback; |
class VoidCallback; |
class DirectoryEntry FINAL : public Entry { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static DirectoryEntry* create(DOMFileSystemBase* fileSystem, const String& fullPath) |
{ |
@@ -65,6 +66,6 @@ private: |
DEFINE_TYPE_CASTS(DirectoryEntry, Entry, entry, entry->isDirectory(), entry.isDirectory()); |
-} // namespace |
+} // namespace blink |
#endif // DirectoryEntry_h |