[Webkit-unassigned] [Bug 62750] Change IDL code generator to require all arguments by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 13:48:15 PDT 2011


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





--- Comment #2 from Adam Barth <abarth at webkit.org>  2011-06-15 13:48:15 PST ---
(From update of attachment 97354)
View in context: https://bugs.webkit.org/attachment.cgi?id=97354&action=review

> Source/WebCore/svg/SVGVKernElement.idl:26
> -    interface [Conditional=SVG&SVG_FONTS] SVGVKernElement : SVGElement {
> +    interface [
> +        LegacyDefaultOptionalArguments,
> +        Conditional=SVG&SVG_FONTS
> +    ] SVGVKernElement : SVGElement {
>      };

This one seems slightly unnecessary.  :)

It's probably ok to add this everywhere and then remove it on a case-by-case basis.

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