[Webkit-unassigned] [Bug 92168] [V8] Correct WebIDL type should be used in the V8 bindings code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 15:26:31 PDT 2012


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





--- Comment #1 from Adam Barth <abarth at webkit.org>  2012-07-24 15:26:34 PST ---
V8int isn't the problem.  The problem is that you're using "int" in the IDL file, which is wrong.  The correct type for integers in IDL is long.

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