[Webkit-unassigned] [Bug 80696] Remove custom bindings for attribute type Array.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 14:03:01 PDT 2012


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





--- Comment #13 from Erik Arvidsson <arv at chromium.org>  2012-03-14 14:03:00 PST ---
(In reply to comment #12)
> (From update of attachment 131568 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=131568&action=review
> 
> > Source/WebCore/page/Console.idl:49
> > -        readonly attribute [CustomGetter] Array profiles;
> > +        readonly attribute [ArrayType=ScriptProfile] Array profiles;
> 
> Why not just:
> 
> readonly attribute ScriptProfile[] profiles;
> 
> ?  I think that should match WebIDL syntax better.

or

readonly attribute sequence<ScriptProfile> profiles;

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