[Webkit-unassigned] [Bug 110618] [Chromium] Add expandParagraph() method to WebRange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 23 09:50:31 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110618


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #189859|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #11 from Adam Barth <abarth at webkit.org>  2013-02-23 09:52:54 PST ---
(From update of attachment 189859)
View in context: https://bugs.webkit.org/attachment.cgi?id=189859&action=review

> Source/WebKit/chromium/public/WebRange.h:76
> +    WEBKIT_EXPORT WebRange expandParagraph() const;

It looks like the WebCore version mutates the Rang whereas this one returns a new range that has been expanded.  Perhaps we should pick a name like "expandedToParagraph" to make it clear that we're not mutating the object.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list