зеркало из https://github.com/mozilla/gecko-dev.git
Added return type to fix build bustage
This commit is contained in:
Родитель
b8427bd456
Коммит
a71561f847
|
@ -346,6 +346,7 @@ nsHTMLInputElement::SetValue(const nsString& aValue)
|
|||
NS_RELEASE(formControlFrame);
|
||||
}
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
|
@ -346,6 +346,7 @@ nsHTMLInputElement::SetValue(const nsString& aValue)
|
|||
NS_RELEASE(formControlFrame);
|
||||
}
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче