[webkit-reviews] review granted: [Bug 120247] RenderObject::view() should return a reference. : [Attachment 209541] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 24 07:06:13 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 120247: RenderObject::view() should return a reference.
https://bugs.webkit.org/show_bug.cgi?id=120247

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=209541&action=review


> Source/WebCore/rendering/RenderBR.cpp:56
> -	   m_lineHeight = style()->computedLineHeight(view());
> +	   m_lineHeight = style()->computedLineHeight(&view());

I foresee more patches!


More information about the webkit-reviews mailing list