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

Unified Diff: Source/core/html/forms/FileInputTypeTest.cpp

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/fileapi/File.cpp ('k') | Source/modules/filesystem/Metadata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/FileInputTypeTest.cpp
diff --git a/Source/core/html/forms/FileInputTypeTest.cpp b/Source/core/html/forms/FileInputTypeTest.cpp
index 25db7eed0dd9af1f79f3714ef30afb3edd2b9f5c..bc153380064e01375a9725cc01985aaaf276e674 100644
--- a/Source/core/html/forms/FileInputTypeTest.cpp
+++ b/Source/core/html/forms/FileInputTypeTest.cpp
@@ -27,7 +27,7 @@ TEST(FileInputTypeTest, createFileList)
KURL url(ParsedURLStringTag(), "filesystem:http://example.com/isolated/hash/non-native-file");
FileMetadata metadata;
metadata.length = 64;
- metadata.modificationTimeMS = 1.0 * msPerDay + 3;
+ metadata.modificationTime = 1.0 * msPerDay + 3;
files.append(FileChooserFileInfo(url, metadata));
« no previous file with comments | « Source/core/fileapi/File.cpp ('k') | Source/modules/filesystem/Metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698