Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4221)

Unified Diff: Source/modules/filesystem/Metadata.h

Issue 882343002: Upgrade Blink to milliseconds-based last modified filetimes, part 5. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sof-fileinfo-modtime-in-ms-3
Patch Set: rebased Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/FileInputTypeTest.cpp ('k') | Source/platform/FileMetadata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*) { }
« no previous file with comments | « Source/core/html/forms/FileInputTypeTest.cpp ('k') | Source/platform/FileMetadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698