[webkit-reviews] review granted: [Bug 69080] [WEBKIT2] Fix for compilation warnings in WebContext.cpp : [Attachment 109146] Warning fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 13:03:14 PDT 2011


Darin Adler <darin at apple.com> has granted Goutham J <gouthamj at motorola.com>'s
request for review:
Bug 69080: [WEBKIT2] Fix for compilation warnings in WebContext.cpp
https://bugs.webkit.org/show_bug.cgi?id=69080

Attachment 109146: Warning fix
https://bugs.webkit.org/attachment.cgi?id=109146&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=109146&action=review


> Source/WebKit2/UIProcess/WebContext.cpp:325
> +	   String sampleLogFilePath = String::format("WebProcess%llu",
static_cast<unsigned long long int>(now));

No reason to include the word “int”.

> Source/WebKit2/UIProcess/WebContext.cpp:741
> +    String sampleLogFilePath = String::format("WebProcess%llu",
static_cast<unsigned long long int>(now));

No reason to include the word “int”.


More information about the webkit-reviews mailing list