[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 30 07:59:07 PDT 2012


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


Peter Rybin <prybin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|87837                       |




--- Comment #20 from Peter Rybin <prybin at chromium.org>  2012-05-30 07:59:06 PST ---
As investigation shows, it looks very much like compiler bug. Incorrect method "create" is called too.

All inspector .cpp sources are concatenated in one and compiled together. This probably makes compiler go crazy from the number of templates.


Further investigation: whether debug build gets the same bug.

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