Chromium Code Reviews

Unified Diff: webkit/glue/weburlloader_impl.cc

Issue 3405010: Change all callers of WebFileInfo::appendFileRange() to use the new... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webkit/glue/plugins/pepper_url_request_info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/weburlloader_impl.cc
===================================================================
--- webkit/glue/weburlloader_impl.cc (revision 59537)
+++ webkit/glue/weburlloader_impl.cc (working copy)
@@ -429,7 +429,7 @@
WebStringToFilePath(element.filePath),
static_cast<uint64>(element.fileStart),
static_cast<uint64>(element.fileLength),
- base::Time::FromDoubleT(element.fileInfo.modificationTime));
+ base::Time::FromDoubleT(element.modificationTime));
}
break;
case WebHTTPBody::Element::TypeBlob:
« no previous file with comments | « webkit/glue/plugins/pepper_url_request_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine