RESOLVED FIXED 121491
Buildfix for !(ENABLE(WEB_ARCHIVE) || ENABLE(MHTML)) platforms
https://bugs.webkit.org/show_bug.cgi?id=121491
Summary Buildfix for !(ENABLE(WEB_ARCHIVE) || ENABLE(MHTML)) platforms
Csaba Osztrogonác
Reported 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.
Attachments
Patch (2.13 KB, patch)
2013-09-17 07:33 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2013-09-17 07:33:49 PDT
Csaba Osztrogonác
Comment 2 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>
Csaba Osztrogonác
Comment 3 2013-09-17 08:09:05 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.