[Webkit-unassigned] [Bug 54937] Remove calls to deprecatedEditingOffset in SelectionController and VisibleSelection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 22 11:18:13 PST 2011


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





--- Comment #2 from Levi Weintraub <leviw at google.com>  2011-02-22 11:18:13 PST ---
(From update of attachment 83273)
View in context: https://bugs.webkit.org/attachment.cgi?id=83273&action=review

Looks good to me besides the nit.

> Source/WebCore/editing/SelectionController.cpp:1442
> +    Node* startNode = start().containerNode();

containerNode can be null here when there's still a valid anchorNode and shadow ancestor. I don't think this will ever be a problem for input tags, but this smacks of an assumption that could change.

-- 
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