Bug 1444491, 1801761: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user