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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user