Bug 121424

Summary: WebResourceLoader.messages.in should be ENABLE(NETWORK_PROCESS) guarded
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, beidson, cdumez, cmarcelo, commit-queue, gyuyoung.kim, gyuyoung.kim, kbalazs, menard, ossy, rakuco, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 110141    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2013-09-16 04:56:09 PDT
It is used for ENABLE(NETWORK_PROCESS) platforms only, 
so it should be guarded with #if ENABLE(NETWORK_PROCESS).
Comment 1 Csaba Osztrogonác 2013-09-16 05:02:37 PDT
Created attachment 211764 [details]
Patch

ENABLE(NETWORK_PROCESS) guard added. Additioanally add WebResourceLoader.messages.in to Qt/GTK/cmake buildsystems.
Comment 2 Csaba Osztrogonác 2013-09-17 01:17:52 PDT
Comment on attachment 211764 [details]
Patch

Clearing flags on attachment: 211764

Committed r155932: <http://trac.webkit.org/changeset/155932>
Comment 3 Csaba Osztrogonác 2013-09-17 01:17:59 PDT
All reviewed patches have been landed.  Closing bug.