[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 06:44:03 PDT 2012


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





--- Comment #22 from Sean Wang <xuewen.wang at torchmobile.com.cn>  2012-04-24 06:44:03 PST ---
(In reply to comment #20)
> (In reply to comment #18)
> > (In reply to comment #15)
> > > (From update of attachment 138310 [details] [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;

I'm using "readonly attribute float[] axes;". It seems it is the same issue according to the title of this bug.
kentaro Hara<haraken at chromium.org> told me that JSC generator should support this syntax, right?

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