Bug 1444491, 1801761: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd
2023-02-15 14:19:45 +00:00
parent 4515a7c4af
commit 15706da8ce

View File

@@ -3138,7 +3138,8 @@ nsresult PresShell::GoToAnchor(const nsAString& aAnchorName, bool aScroll,
//
// https://html.spec.whatwg.org/#target-element
// https://html.spec.whatwg.org/#find-a-potential-indicated-element
RefPtr<Element> target = nsContentUtils::GetTargetElement(mDocument, aAnchorName);
RefPtr<Element> target =
nsContentUtils::GetTargetElement(mDocument, aAnchorName);
// 1. If there is no indicated part of the document, set the Document's
// target element to null.