mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1926031: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
2272866855
commit
6c0b4b7b4f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user