[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
Mon Apr 23 21:23:36 PDT 2012


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


Sean Wang <xuewen.wang at torchmobile.com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xuewen.wang at torchmobile.com
                   |                            |.cn




--- Comment #18 from Sean Wang <xuewen.wang at torchmobile.com.cn>  2012-04-23 21:23:36 PST ---
(In reply to comment #15)
> (From update of attachment 138310 [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.

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