[webkit-reviews] review granted: [Bug 181363] Use WeakPtr for RenderTreePosition::m_nextSibling : [Attachment 330637] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 6 08:14:17 PST 2018


zalan <zalan at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s request
for review:
Bug 181363: Use WeakPtr for RenderTreePosition::m_nextSibling
https://bugs.webkit.org/show_bug.cgi?id=181363

Attachment 330637: patch

https://bugs.webkit.org/attachment.cgi?id=330637&action=review




--- Comment #2 from zalan <zalan at apple.com> ---
Comment on attachment 330637
  --> https://bugs.webkit.org/attachment.cgi?id=330637
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=330637&action=review

> Source/WebCore/rendering/updating/RenderTreePosition.h:60
> +    WeakPtr<RenderObject> m_nextSibling { nullptr };

{ nullptr } is not really needed here.


More information about the webkit-reviews mailing list