[Webkit-unassigned] [Bug 157924] REGRESSION (r188642): All pages are blank when printing a webpage in iOS Safari
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 19 14:43:24 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157924
--- Comment #3 from Geoffrey Garen <ggaren at apple.com> ---
I think the right solution here is probably to change the "+" to an add with clamping to max on overflow.
One way to do that:
If (absoluteTimeout < timeout)
absoluteTimeout = Condition::Clock::time_point::max();
--
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/20160519/4503dd29/attachment.html>
More information about the webkit-unassigned
mailing list