Bug 405741: rename fileList to files on the file input element. r/sr=sicking

This commit is contained in:
dcamp@mozilla.com 2007-12-12 10:32:55 -08:00
parent 247899f9f0
commit f06d7e35bd
2 changed files with 3 additions and 3 deletions

View File

@ -2246,7 +2246,7 @@ nsHTMLInputElement::SetSelectionEnd(PRInt32 aSelectionEnd)
}
NS_IMETHODIMP
nsHTMLInputElement::GetFileList(nsIDOMFileList** aFileList)
nsHTMLInputElement::GetFiles(nsIDOMFileList** aFileList)
{
*aFileList = nsnull;

View File

@ -42,7 +42,7 @@
interface nsIControllers;
interface nsIDOMFileList;
[scriptable, uuid(7564318a-8d75-4191-890d-f0150488d431)]
[scriptable, uuid(df3dc133-d77a-482f-8364-8e40df978a33)]
interface nsIDOMNSHTMLInputElement : nsISupports
{
readonly attribute nsIControllers controllers;
@ -52,7 +52,7 @@ interface nsIDOMNSHTMLInputElement : nsISupports
attribute long selectionStart;
attribute long selectionEnd;
readonly attribute nsIDOMFileList fileList;
readonly attribute nsIDOMFileList files;
/* convenience */
void setSelectionRange(in long selectionStart,