Bug 1434686 part 4. Use IgnoreErrors() in dom/. r=mystor

MozReview-Commit-ID: GwVDrTLPTOb
This commit is contained in:
Boris Zbarsky
2018-02-01 14:21:14 -05:00
parent 6b0d86d490
commit 3ab7ce89fa
33 changed files with 74 additions and 129 deletions

View File

@@ -495,8 +495,7 @@ HTMLImageElement::AfterMaybeChangeAttr(int32_t aNamespaceID, nsAtom* aName,
// Bug 1076583 - We still use the older synchronous algorithm in
// non-responsive mode. Force a new load of the image with the
// new cross origin policy
IgnoredErrorResult error;
ForceReload(aNotify, error);
ForceReload(aNotify, IgnoreErrors());
}
}
}