[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 22:32:01 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84540
--- Comment #28 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com> 2012-04-24 22:31:52 PST ---
(In reply to comment #26)
> (In reply to comment #25)
> > (In reply to comment #24)
> > > Attaching patch with using traits. I have tested compilation works now for
> > >
> > > readonly attribute sequence<unsigned int> fastMallocStatistics;
> >
> > As I commented, it seems wrong to support sequences in attributes:
> > http://www.w3.org/TR/WebIDL/#idl-sequence
> >
> > "Sequences must not be used as the type of an attribute, constant or exception field."
>
> Okay, but that still won't work because of the issue on the comment #22.
You can please land your patch with custom bindings if you are in hurry I will remove those custom bindings later as we had confusion between sequence<T> and Array[] and now agree on using Array[] instead of sequence<>.
--
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