Bug 121491 - Buildfix for !(ENABLE(WEB_ARCHIVE) || ENABLE(MHTML)) platforms
Summary: Buildfix for !(ENABLE(WEB_ARCHIVE) || ENABLE(MHTML)) platforms
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-17 07:26 PDT by Csaba Osztrogonác
Modified: 2013-09-17 08:09 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.13 KB, patch)
2013-09-17 07:33 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-17 07:26:37 PDT
The NetworkProcess build is broken now, because DocumentLoader::scheduleArchiveLoad()
is called unconditionally from Source/WebKit2/WebProcess/Network/WebResourceLoadScheduler.cpp.

DocumentLoader::scheduleArchiveLoad() is defined inside ENABLE(WEB_ARCHIVE) || ENABLE(MHTML)
block, so this call should be in same guard.
Comment 1 Csaba Osztrogonác 2013-09-17 07:33:49 PDT
Created attachment 211903 [details]
Patch
Comment 2 Csaba Osztrogonác 2013-09-17 08:09:00 PDT
Comment on attachment 211903 [details]
Patch

Clearing flags on attachment: 211903

Committed r155956: <http://trac.webkit.org/changeset/155956>
Comment 3 Csaba Osztrogonác 2013-09-17 08:09:05 PDT
All reviewed patches have been landed.  Closing bug.