diff options
Diffstat (limited to 'WebCore/editing/htmlediting.h')
-rw-r--r-- | WebCore/editing/htmlediting.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/editing/htmlediting.h b/WebCore/editing/htmlediting.h index 8612440..aaf6ef2 100644 --- a/WebCore/editing/htmlediting.h +++ b/WebCore/editing/htmlediting.h @@ -218,9 +218,8 @@ bool canMergeLists(Element* firstList, Element* secondList); // ------------------------------------------------------------------------- // VisibleSelection // ------------------------------------------------------------------------- - -// Functions returning VisibleSelection +// Functions returning VisibleSelection VisibleSelection avoidIntersectionWithNode(const VisibleSelection&, Node*); VisibleSelection selectionForParagraphIteration(const VisibleSelection&); |