[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:01:21 PDT 2012


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





--- Comment #12 from Adam Barth <abarth at webkit.org>  2012-03-14 14:01:20 PST ---
(From update of attachment 131568)
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.

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