[webkit-reviews] review denied: [Bug 29734] Enable Pasteboard::writePlainText for Chromium and fix code style nits : [Attachment 40108] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 07:09:21 PDT 2009


mitz at webkit.org has denied apavlov at chromium.org's request for review:
Bug 29734: Enable Pasteboard::writePlainText for Chromium and fix code style
nits
https://bugs.webkit.org/show_bug.cgi?id=29734

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

------- Additional Comments from mitz at webkit.org
> -    if (types == nil) {
> +    if (!types == nil) {

This is wrong. I think you meant to change (types == nil) to (!types).


More information about the webkit-reviews mailing list