NetworkProcess.cpp and NetworkProcessProxy.cpp both include SecItemShim.h unguarded.
Created attachment 218690 [details] Patch
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 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 on attachment 218690 [details] Patch Attachment 218690 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/46658040
Created attachment 218693 [details] Patch
Comment on attachment 218693 [details] Patch Thanks for the review - could you set CQ+?
Comment on attachment 218693 [details] Patch Clearing flags on attachment: 218693 Committed r160290: <http://trac.webkit.org/changeset/160290>
All reviewed patches have been landed. Closing bug.