| Index: Source/modules/filesystem/Metadata.h
|
| diff --git a/Source/modules/filesystem/Metadata.h b/Source/modules/filesystem/Metadata.h
|
| index dcf324db9ac3e603d76dec2f5d9e6c3c691f2760..1f08bb9775051800d885f51ea8df387d87266ceb 100644
|
| --- a/Source/modules/filesystem/Metadata.h
|
| +++ b/Source/modules/filesystem/Metadata.h
|
| @@ -58,10 +58,7 @@ public:
|
|
|
| private:
|
| explicit Metadata(const FileMetadata& platformMetadata)
|
| - : m_platformMetadata(platformMetadata)
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + : m_platformMetadata(platformMetadata) { }
|
|
|
| FileMetadata m_platformMetadata;
|
| };
|
|
|