Bug 121424 - WebResourceLoader.messages.in should be ENABLE(NETWORK_PROCESS) guarded
Summary: WebResourceLoader.messages.in should be ENABLE(NETWORK_PROCESS) guarded
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 110141
  Show dependency treegraph
 
Reported: 2013-09-16 04:56 PDT by Csaba Osztrogonác
Modified: 2013-09-17 01:17 PDT (History)
12 users (show)

See Also:


Attachments
Patch (4.14 KB, patch)
2013-09-16 05:02 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.