[webkit-reviews] review granted: [Bug 42609] clean up style in ClipboardWin and PasteboardWin : [Attachment 62021] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 18:31:17 PDT 2010


Kent Tamura <tkent at chromium.org> has granted Tony Chang (Google)
<tony at chromium.org>'s request for review:
Bug 42609: clean up style in ClipboardWin and PasteboardWin
https://bugs.webkit.org/show_bug.cgi?id=42609

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

------- Additional Comments from Kent Tamura <tkent at chromium.org>
>      if (getWebLocData(dataObject, url, title)) {
>	   success = true;
> -	   return url;
>      } else if (SUCCEEDED(dataObject->GetData(urlWFormat(), &store))) {

nit: We can remove {}.

> -	   //URL using unicode
> +	   // URL using unicode

nit: unicode -> Unicode

> -	   //URL using ascii
> +	   // URL using ascii

nit: ascii -> ASCII

> -	   //unicode text
> +	   // unicode text

ditto.

> -	   //ascii text
> +	   // ascii text

ditto.


More information about the webkit-reviews mailing list