[Webkit-unassigned] [Bug 188935] Check for null renderer in canBeScrolledIntoView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 15:47:50 PDT 2018


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

--- Comment #1 from Don Olmstead <don.olmstead at sony.com> ---
Adding the following in the for loop fixes the problem.

+        if (UNLIKELY(!parentNode->renderer()))
+            continue;

Its EOD here so if nobody gets to this by Monday I'll just throw together a patch with the layout test in it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180824/544bca6c/attachment-0001.html>


More information about the webkit-unassigned mailing list