[webkit-reviews] review granted: [Bug 43385] Range::create should no be calling deprecatedEditingOffset and node on start and end : [Attachment 63270] fixes the bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 15:42:41 PDT 2010


Eric Seidel <eric at webkit.org> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 43385: Range::create should no be calling deprecatedEditingOffset and node
on start and end
https://bugs.webkit.org/show_bug.cgi?id=43385

Attachment 63270: fixes the bug
https://bugs.webkit.org/attachment.cgi?id=63270&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
I wonder if this is tesable.  It's obviously wrong, but I wonder how we would
trigger it.

This should make it so we don't need to call rangeCompliantPosition on
positions before passing them to this function. :)  So we could remove that in
a later patch.


More information about the webkit-reviews mailing list