Index: Source/modules/filesystem/Metadata.h |
diff --git a/Source/modules/filesystem/Metadata.h b/Source/modules/filesystem/Metadata.h |
index 2745159b115a6808b872fe925b5d247473c030dc..dcf324db9ac3e603d76dec2f5d9e6c3c691f2760 100644 |
--- a/Source/modules/filesystem/Metadata.h |
+++ b/Source/modules/filesystem/Metadata.h |
@@ -38,6 +38,7 @@ |
namespace blink { |
class Metadata : public GarbageCollectedFinalized<Metadata>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static Metadata* create(const FileMetadata& platformMetadata) |
{ |
@@ -65,6 +66,6 @@ private: |
FileMetadata m_platformMetadata; |
}; |
-} // namespace |
+} // namespace blink |
#endif // Metadata_h |