[webkit-reviews] review granted: [Bug 55792] Add plumbing for paste support to ChromiumDataObject::types() : [Attachment 84883] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 08:59:57 PST 2011


Tony Chang <tony at chromium.org> has granted Daniel Cheng <dcheng at chromium.org>'s
request for review:
Bug 55792: Add plumbing for paste support to ChromiumDataObject::types()
https://bugs.webkit.org/show_bug.cgi?id=55792

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

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=84883&action=review

Please fix the style nit before landing.

>> Source/WebCore/platform/chromium/ChromiumDataObject.cpp:238
>> +	}
> 
> One line control clauses should not use braces.  [whitespace/braces] [4]

The if should have {}, but the else shouldn't.


More information about the webkit-reviews mailing list