зеркало из https://github.com/mozilla/gecko-dev.git
Fix build bustage -- the api changed....
This commit is contained in:
Родитель
0cab6c3640
Коммит
6942802a81
|
@ -2255,8 +2255,10 @@ nsHTMLInputElement::SubmitNamesValues(nsIFormSubmission* aFormSubmission,
|
|||
if (mType == NS_FORM_INPUT_SUBMIT && value.IsEmpty() &&
|
||||
!HasAttr(kNameSpaceID_None, nsHTMLAtoms::value)) {
|
||||
// Get our default value, which is the same as our default label
|
||||
nsXPIDLString defaultValue;
|
||||
nsContentUtils::GetLocalizedString(nsContentUtils::eFORMS_PROPERTIES,
|
||||
"Submit", value);
|
||||
"Submit", defaultValue);
|
||||
value = defaultValue;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче