[webkit-reviews] review denied: [Bug 72634] When a function parameter has a default value, allow a parameter name that wouldn't add any information otherwise : [Attachment 115632] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 17 11:48:01 PST 2011
David Levin <levin at chromium.org> has denied jochen at chromium.org's request for
review:
Bug 72634: When a function parameter has a default value, allow a parameter
name that wouldn't add any information otherwise
https://bugs.webkit.org/show_bug.cgi?id=72634
Attachment 115632: Patch
https://bugs.webkit.org/attachment.cgi?id=115632&action=review
------- Additional Comments from David Levin <levin at chromium.org>
This has never been an exception.
You can write: void func(ScriptExectionContext* = 0);
and we have many examples of this in the code.
More information about the webkit-reviews
mailing list