[webkit-reviews] review granted: [Bug 116421] Remove custom binding for the Clipboard clearData function : [Attachment 202248] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 19 18:05:48 PDT 2013


Andreas Kling <akling at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 116421: Remove custom binding for the Clipboard clearData function
https://bugs.webkit.org/show_bug.cgi?id=116421

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=202248&action=review


>> Source/WebCore/bindings/js/JSClipboardCustom.cpp:-80
>> -	return throwError(exec, createSyntaxError(exec, "clearData: Invalid
number of arguments"));
> 
> So we will no longer throw for argumentCount() >= 2?

Oh wait, I see. It won't find an overload, and throw due to that.
r=me


More information about the webkit-reviews mailing list