mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 405741: rename fileList to files on the file input element. r/sr=sicking
This commit is contained in:
parent
247899f9f0
commit
f06d7e35bd
@ -2246,7 +2246,7 @@ nsHTMLInputElement::SetSelectionEnd(PRInt32 aSelectionEnd)
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLInputElement::GetFileList(nsIDOMFileList** aFileList)
|
||||
nsHTMLInputElement::GetFiles(nsIDOMFileList** aFileList)
|
||||
{
|
||||
*aFileList = nsnull;
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user