[Webkit-unassigned] [Bug 116463] Clients should have a way to extend rendering suppression
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 28 13:38:32 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116463
--- Comment #6 from Tim Horton <timothy_horton at apple.com> 2013-05-28 13:37:02 PST ---
(In reply to comment #4)
> (From update of attachment 202327 [details])
> > Source/WebKit2/WebProcess/WebPage/WebPage.cpp:4189
> > + unsigned token = ++m_maximumRenderingSuppressionToken;
>
> Could be m_maximumRenderingSuppressionToken++ so that 0 is allowed to be a token.
In retrospect, this was a Bad Idea because 0 is not a good thing to try to put in a HashSet, apparently.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list