[webkit-reviews] review granted: [Bug 54282] Extract a function to process contents for one node from Range::processContents : [Attachment 82176] Fixed per Darin's comments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 11 14:45:51 PST 2011


Darin Adler <darin at apple.com> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 54282: Extract a function to process contents for one node from
Range::processContents
https://bugs.webkit.org/show_bug.cgi?id=54282

Attachment 82176: Fixed per Darin's comments
https://bugs.webkit.org/attachment.cgi?id=82176&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=82176&action=review

> Source/WebCore/dom/Range.cpp:610
> +static unsigned LengthOfContentsInNode = numeric_limits<unsigned>::max();

Should be const.


More information about the webkit-reviews mailing list