зеркало из https://github.com/mozilla/pjs.git
reduce Macintosh compiler warnings by making function static/private
This commit is contained in:
Родитель
4527f1559a
Коммит
2525574506
|
@ -476,6 +476,7 @@ AddAttributes(const nsIParserNode& aNode,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
static
|
||||
void SetForm(nsIHTMLContent* aContent, nsIDOMHTMLFormElement* aForm)
|
||||
{
|
||||
nsIFormControl* formControl = nsnull;
|
||||
|
|
|
@ -476,6 +476,7 @@ AddAttributes(const nsIParserNode& aNode,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
static
|
||||
void SetForm(nsIHTMLContent* aContent, nsIDOMHTMLFormElement* aForm)
|
||||
{
|
||||
nsIFormControl* formControl = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче