Bug 1434686 part 4. Use IgnoreErrors() in dom/. r=mystor
MozReview-Commit-ID: GwVDrTLPTOb
This commit is contained in:
@@ -190,8 +190,7 @@ HTMLScriptElement::GetScriptType(nsAString& aType)
|
||||
void
|
||||
HTMLScriptElement::GetScriptText(nsAString& text)
|
||||
{
|
||||
IgnoredErrorResult rv;
|
||||
GetText(text, rv);
|
||||
GetText(text, IgnoreErrors());
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user