[Webkit-unassigned] [Bug 160830] Binding NULL pointer to reference in WebCore::RenderObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 16 11:20:37 PDT 2016


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

Myles C. Maxfield <mmaxfield at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #286066|review-                     |review+
              Flags|                            |

--- Comment #10 from Myles C. Maxfield <mmaxfield at apple.com> ---
Comment on attachment 286066
  --> https://bugs.webkit.org/attachment.cgi?id=286066
Patch

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

> Source/WebCore/rendering/line/BreakingContext.h:546
> +        if (m_current.renderer())

if (auto* renderer = m_current.renderer()) commitLineBreakAtCurrentWidth(*renderer);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160816/5d4a8d87/attachment.html>


More information about the webkit-unassigned mailing list