Bug 1708422: part 15) Update documentation of `Selection::GetRangesForInterval`. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D114334
This commit is contained in:
Mirko Brodesser 2021-05-20 09:03:29 +00:00
Родитель e5983d6bde
Коммит 327d8039f2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -428,6 +428,8 @@ class Selection final : public nsSupportsWeakReference,
SelectionType Type() const { return mSelectionType; }
/**
* See documentation of `GetRangesForInterval` in Selection.webidl.
*
* @param aReturn references, not copies, of the internal ranges.
*/
void GetRangesForInterval(nsINode& aBeginNode, int32_t aBeginOffset,