Bug 121491

Summary: Buildfix for !(ENABLE(WEB_ARCHIVE) || ENABLE(MHTML)) platforms
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy
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-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.