[webkit-reviews] review requested: [Bug 75851] NULL ptr in WebCore::RenderSVGInlineText::localCaretRect : [Attachment 122495] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 13:56:34 PST 2012


Stephen Chenney <schenney at chromium.org> has asked  for review:
Bug 75851: NULL ptr in WebCore::RenderSVGInlineText::localCaretRect
https://bugs.webkit.org/show_bug.cgi?id=75851

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

------- Additional Comments from Stephen Chenney <schenney at chromium.org>
Every other implementation of localCaretRect(...) checks for a null box. This
makes the SVG inline text do the same, which fixes the reported chromium crash.
I was unable to create a LayoutTest that crashed, so there is none added.


More information about the webkit-reviews mailing list