[webkit-reviews] review granted: [Bug 122703] Move positionForPoint to RenderTextLineBoxes : [Attachment 214067] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 12 15:27:42 PDT 2013


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 122703: Move positionForPoint to RenderTextLineBoxes
https://bugs.webkit.org/show_bug.cgi?id=122703

Attachment 214067: patch
https://bugs.webkit.org/attachment.cgi?id=214067&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=214067&action=review


r=me

> Source/WebCore/rendering/RenderObject.cpp:2525
> +    while (const RenderObject* parent = child->parent()) {

const RenderElement*


More information about the webkit-reviews mailing list