[webkit-reviews] review granted: [Bug 81605] Fix the code generator to support [ImplementedAs] for attributes : [Attachment 133160] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 22 10:10:27 PDT 2012


Adam Barth <abarth at webkit.org> has granted Kentaro Hara
<haraken at chromium.org>'s request for review:
Bug 81605: Fix the code generator to support [ImplementedAs] for attributes
https://bugs.webkit.org/show_bug.cgi?id=81605

Attachment 133160: Patch
https://bugs.webkit.org/attachment.cgi?id=133160&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=133160&action=review


> Source/WebCore/bindings/scripts/test/TestObj.idl:219
>	   [ImplementedAs=banana] void orange();
> +	   attribute [ImplementedAs=banana] int strawberry;

I would have made the ImplementedAs different for these two, but it doesn't
really matter.


More information about the webkit-reviews mailing list