Bug 1926031: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2024-10-22 09:37:12 +00:00
parent 2272866855
commit 6c0b4b7b4f

View File

@ -1855,9 +1855,9 @@ nsresult nsFrameSelection::PageMove(bool aForward, bool aExtend,
if (!doScrollSelectionIntoView) {
return NS_OK;
}
return ScrollSelectionIntoView(
SelectionType::eNormal, nsISelectionController::SELECTION_FOCUS_REGION,
nsISelectionController::SCROLL_SYNCHRONOUS);
return ScrollSelectionIntoView(SelectionType::eNormal,
nsISelectionController::SELECTION_FOCUS_REGION,
nsISelectionController::SCROLL_SYNCHRONOUS);
}
nsresult nsFrameSelection::PhysicalMove(int16_t aDirection, int16_t aAmount,