X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Ffileapi%2FFile.h;h=53302db419810435576ff1cc0d8ec5c76f4be123;hp=d466adce820de1bf2cd3befb02eb518c72688457;hb=24ad34abc7c88fd4f00fd369b868d1d654a5fe24;hpb=5cedab836c6c6d00af0dd07b66967ab500a72085 diff --git a/Source/WebCore/fileapi/File.h b/Source/WebCore/fileapi/File.h index d466adc..53302db 100644 --- a/Source/WebCore/fileapi/File.h +++ b/Source/WebCore/fileapi/File.h @@ -91,7 +91,7 @@ public: const String& path() const { return m_path; } const String& name() const { return m_name; } - // This may return NaN (which is converted to null Date in javascript layer) if getFileModificationTime() platform call has failed or the information is not available. + // This returns the current date and time if the file's last modifiecation date is not known (per spec: http://www.w3.org/TR/FileAPI/#dfn-lastModifiedDate). double lastModifiedDate() const; #if ENABLE(DIRECTORY_UPLOAD)