| Index: Source/modules/filesystem/Metadata.h
|
| diff --git a/Source/modules/filesystem/Metadata.h b/Source/modules/filesystem/Metadata.h
|
| index cfa2e329464cdc8628c370c2ebecdee8ce833efe..f78564587d300090f99123dfc8a81e5c90196fba 100644
|
| --- a/Source/modules/filesystem/Metadata.h
|
| +++ b/Source/modules/filesystem/Metadata.h
|
| @@ -51,7 +51,7 @@ public:
|
| }
|
|
|
| // Return Epoch time in milliseconds for Date.
|
| - double modificationTime() const { return m_platformMetadata.modificationTimeMS; }
|
| + double modificationTime() const { return m_platformMetadata.modificationTime; }
|
| unsigned long long size() const { return static_cast<unsigned long long>(m_platformMetadata.length); }
|
|
|
| void trace(Visitor*) { }
|
|
|