[webkit-reviews] review granted: [Bug 11997] Ranges are not fixed after mutation (affects Acid3 test 13) : [Attachment 19626] first round of Range improvements for review

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 11 14:23:17 PDT 2008


mitz at webkit.org has granted Darin Adler <darin at apple.com>'s request for review:
Bug 11997: Ranges are not fixed after mutation (affects Acid3 test 13)
http://bugs.webkit.org/show_bug.cgi?id=11997

Attachment 19626: first round of Range improvements for review
http://bugs.webkit.org/attachment.cgi?id=19626&action=edit

------- Additional Comments from mitz at webkit.org
+    if (m_start.offset == 0)

should be written as:
+    if (!m_start.offset)

I don't know the motivation for the unsigned -> int changes.

r=me


More information about the webkit-reviews mailing list