Bug 1434686 part 4. Use IgnoreErrors() in dom/. r=mystor
MozReview-Commit-ID: GwVDrTLPTOb
This commit is contained in:
@@ -1467,8 +1467,7 @@ HTMLSelectElement::RestoreState(nsPresState* aState)
|
||||
}
|
||||
|
||||
if (aState->IsDisabledSet() && !aState->GetDisabled()) {
|
||||
IgnoredErrorResult rv;
|
||||
SetDisabled(false, rv);
|
||||
SetDisabled(false, IgnoreErrors());
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user