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)); |