[Webkit-unassigned] [Bug 87183] Web Inspector: CodeGeneratorInspector.py: protect typed API from C++ implicit float to int cast

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 06:38:28 PDT 2012


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





--- Comment #5 from Peter Rybin <prybin at chromium.org>  2012-05-23 06:37:29 PST ---
(In reply to comment #3)
> (From update of attachment 143419 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=143419&action=review
> 
> I don't like the way we black-list types that should not be converted. How about more generic approach, e.g.

Can you whitelist enum to int cast this way? This is a quite popular case.
Plus unsigned to int cast and similar ones should be possible.

-- 
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