[Webkit-unassigned] [Bug 84540] JS binding code generator doesn't handle "attribute unsigned long[]" well

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 24 00:54:23 PDT 2012


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





--- Comment #20 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2012-04-24 00:54:22 PST ---
(In reply to comment #18)
> (In reply to comment #15)
> > (From update of attachment 138310 [details] [details])
> > Clearing flags on attachment: 138310
> > 
> > Committed r114887: <http://trac.webkit.org/changeset/114887>
> 
> I still can't compile the syntax "readonly attribute float[] axes;" in the file "Source/WebCore/Modules/gamepad/Gamepad.idl:34".
> It generated in JSGamepad.cpp:
>     #include "JSfloat[].h"
>     #include "float[].h"
> Which can't be found.

Sorry Sean Wang this patch won't fix "float[]". Are you using 
readonly attribute float[] axes; idl interface or 
readonly attribute sequence<float> axes;

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