Bug 107293

Summary: [BlackBerry] fix compile warnings in NetworkJob
Product: WebKit Reporter: Joe Mason <joenotcharles>
Component: Page LoadingAssignee: Joe Mason <joenotcharles>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
fix none

Description Joe Mason 2013-01-18 09:10:51 PST
A recent commit introduced some compile warnings. We should compile cleanly.
Comment 1 Joe Mason 2013-01-18 09:14:46 PST
Created attachment 183478 [details]
fix
Comment 2 Yong Li 2013-01-18 09:17:58 PST
Comment on attachment 183478 [details]
fix

View in context: https://bugs.webkit.org/attachment.cgi?id=183478&action=review

> Source/WebCore/platform/network/blackberry/NetworkJob.cpp:75
> +    for (size_t i = 0; i < sizeof(appendableHeaders) /sizeof(char*); i++)

Minor: ++i is prefered
Comment 3 WebKit Review Bot 2013-01-18 09:53:11 PST
Comment on attachment 183478 [details]
fix

Clearing flags on attachment: 183478

Committed r140168: <http://trac.webkit.org/changeset/140168>
Comment 4 WebKit Review Bot 2013-01-18 09:53:13 PST
All reviewed patches have been landed.  Closing bug.