diff --git a/dom/base/Selection.h b/dom/base/Selection.h index 7e977d5d1c47..df8c7c02b81a 100644 --- a/dom/base/Selection.h +++ b/dom/base/Selection.h @@ -191,6 +191,9 @@ class Selection final : public nsSupportsWeakReference, MOZ_CAN_RUN_SCRIPT_BOUNDARY nsresult Extend(nsINode* aContainer, int32_t aOffset); + /** + * See mRanges. + */ nsRange* GetRangeAt(int32_t aIndex) const; // Get the anchor-to-focus range if we don't care which end is