RESOLVED FIXED 181363
Use WeakPtr for RenderTreePosition::m_nextSibling
https://bugs.webkit.org/show_bug.cgi?id=181363
Summary Use WeakPtr for RenderTreePosition::m_nextSibling
Antti Koivisto
Reported 2018-01-06 04:05:02 PST
For safety.
Attachments
patch (2.57 KB, patch)
2018-01-06 04:09 PST, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2018-01-06 04:09:38 PST
zalan
Comment 2 2018-01-06 08:14:17 PST
Comment on attachment 330637 [details] 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.
WebKit Commit Bot
Comment 3 2018-01-06 13:01:23 PST
Comment on attachment 330637 [details] patch Clearing flags on attachment: 330637 Committed r226488: <https://trac.webkit.org/changeset/226488>
WebKit Commit Bot
Comment 4 2018-01-06 13:01:24 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2018-01-06 13:02:52 PST
Note You need to log in before you can comment on or make changes to this bug.