Bug 125415

Summary: [WK2] Guard include of SecItemShim.h with ENABLE(SEC_ITEM_SHIM)
Product: WebKit Reporter: Brian Holt <brian.holt>
Component: WebKit2Assignee: Brian Holt <brian.holt>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, beidson, buildbot, commit-queue, mrobinson, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 118231    
Attachments:
Description Flags
Patch
none
Patch none

Description Brian Holt 2013-12-08 08:01:33 PST
NetworkProcess.cpp and NetworkProcessProxy.cpp both include SecItemShim.h unguarded.
Comment 1 Brian Holt 2013-12-08 08:13:54 PST
Created attachment 218690 [details]
Patch
Comment 2 Gustavo Noronha (kov) 2013-12-08 08:34:24 PST
Comment on attachment 218690 [details]
Patch

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

> Source/WebKit2/UIProcess/Network/NetworkProcessProxy.cpp:41
> -#include "SecItemShimProxy.h"
>  #include "WebContext.h"
>  #include "WebProcessMessages.h"
>  #include <wtf/RunLoop.h>
>  
> +#if ENABLE(SEC_ITEM_SHIM)
> +#include "SecItemShim.h"

SecItemShim.h != SecItemShimProxy.h, intended?
Comment 3 Build Bot 2013-12-08 08:49:48 PST
Comment on attachment 218690 [details]
Patch

Attachment 218690 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/46658037
Comment 4 Build Bot 2013-12-08 09:05:08 PST
Comment on attachment 218690 [details]
Patch

Attachment 218690 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/46658040
Comment 5 Brian Holt 2013-12-08 09:20:11 PST
Created attachment 218693 [details]
Patch
Comment 6 Brian Holt 2013-12-08 09:45:53 PST
Comment on attachment 218693 [details]
Patch

Thanks for the review - could you set CQ+?
Comment 7 WebKit Commit Bot 2013-12-08 10:23:17 PST
Comment on attachment 218693 [details]
Patch

Clearing flags on attachment: 218693

Committed r160290: <http://trac.webkit.org/changeset/160290>
Comment 8 WebKit Commit Bot 2013-12-08 10:23:19 PST
All reviewed patches have been landed.  Closing bug.