зеркало из https://github.com/mozilla/gecko-dev.git
Bug 673586 - Implement lastModifiedDate property for the File interface. Type followup r=mounir
This commit is contained in:
Родитель
13d425d6fb
Коммит
e0da5311e1
|
@ -427,7 +427,7 @@ nsDOMFileFile::GetMozFullPathInternal(nsAString &aFilename)
|
|||
NS_IMETHODIMP
|
||||
nsDOMFileFile::GetLastModifiedDate(JSContext* cx, JS::Value *aLastModifiedDate)
|
||||
{
|
||||
PRTime msecs;
|
||||
PRInt64 msecs;
|
||||
mFile->GetLastModifiedTime(&msecs);
|
||||
JSObject* date = JS_NewDateObjectMsec(cx, msecs);
|
||||
if (date) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче