зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1609662: part 5) Update documentation of `Selection::FindInsertionPoint`. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D60129 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
91911cded2
Коммит
0996bebd47
|
@ -736,6 +736,8 @@ class Selection final : public nsSupportsWeakReference,
|
|||
|
||||
* If there is an item in the array equal to the input point (aPointNode,
|
||||
* aPointOffset), we will return the index of this item.
|
||||
*
|
||||
* @param aInsertionPoint can be in [0, `aElementArray->Length()`].
|
||||
*/
|
||||
static nsresult FindInsertionPoint(
|
||||
const nsTArray<RangeData>* aElementArray, const nsINode* aPointNode,
|
||||
|
|
Загрузка…
Ссылка в новой задаче