[Webkit-unassigned] [Bug 206099] Deploy Ref and RefPtr in DOMWindow::scroll* functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 10 16:53:40 PST 2020


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

--- Comment #5 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 387396
  --> https://bugs.webkit.org/attachment.cgi?id=387396
Patch

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

> Source/WebCore/page/DOMWindow.cpp:1604
> +    if (!frame)

This is a bogus check. if (!isCurrentlyDisplayedInFrame()) would have returned early above if the frame was null.

-- 
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/20200111/a671e2bf/attachment.htm>


More information about the webkit-unassigned mailing list