Backed out 3 changesets (bug 1851970) for causing mochitests failures in browser_aboutNetError_csp_iframe.js.

Backed out changeset a2536c6c6c23 (bug 1851970)
Backed out changeset 23ddc229d1a1 (bug 1851970)
Backed out changeset b99a620a535c (bug 1851970)
This commit is contained in:
Stanca Serban
2023-11-28 18:43:55 +02:00
parent 11303e0874
commit 8d6a9ece7a
19 changed files with 235 additions and 283 deletions

View File

@@ -625,15 +625,6 @@ nsresult nsGenericHTMLElement::PostHandleEventForAnchors(
return PostHandleEventForLinks(aVisitor);
}
void nsGenericHTMLElement::ActivationBehaviorForAnchors(
EventChainPostVisitor& aVisitor) {
if (!CheckHandleEventForAnchorsPreconditions(aVisitor)) {
return;
}
return ActivationBehaviorForLinks(aVisitor);
}
bool nsGenericHTMLElement::IsHTMLLink(nsIURI** aURI) const {
MOZ_ASSERT(aURI, "Must provide aURI out param");