[webkit-reviews] review granted: [Bug 70215] Generate WebKitCSSMatrix constructor for JSC by [Constructor] IDL : [Attachment 112804] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 18:42:43 PDT 2011


Adam Barth <abarth at webkit.org> has granted Kentaro Hara
<haraken at chromium.org>'s request for review:
Bug 70215: Generate WebKitCSSMatrix constructor for JSC by [Constructor] IDL
https://bugs.webkit.org/show_bug.cgi?id=70215

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

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


> Source/WebCore/ChangeLog:12
> +	   This patch implements [Optional=CallWithNullValue] IDL for JSC.
> +	   While a parameter specified as [Optional=CallWithDefaultValue] is
> +	   handled as a string "undefined", a parameter specified as
> +	   [Optional=CallWithNullValue] is handled as a null string.
> +	   (Note: not a string "null", but a null string).

Interesting.


More information about the webkit-reviews mailing list