[Webkit-unassigned] [Bug 167771] New: REGRESSION(r210845) Build broken with ENABLE_MHTML disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 18:29:48 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=167771

            Bug ID: 167771
           Summary: REGRESSION(r210845) Build broken with ENABLE_MHTML
                    disabled
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: achristensen at apple.com, darin at apple.com
            Blocks: 167055

After r210845 <http://trac.webkit.org/changeset/210845> building WebKit without MHTML support fails:


../../Source/WebCore/loader/DocumentLoader.cpp:867:13: error: use of undeclared identifier 'm_archive'
        if (m_archive && m_archive->shouldOverrideBaseURL())
            ^
../../Source/WebCore/loader/DocumentLoader.cpp:867:26: error: use of undeclared identifier 'm_archive'
        if (m_archive && m_archive->shouldOverrideBaseURL())
                         ^
../../Source/WebCore/loader/DocumentLoader.cpp:868:53: error: use of undeclared identifier 'm_archive'
            m_frame->document()->setBaseURLOverride(m_archive->mainResource()->url());
                                                    ^
../../Source/WebCore/loader/DocumentLoader.cpp:884:17: error: use of undeclared identifier 'm_archive'
            if (m_archive && m_archive->shouldUseMainResourceEncoding())
                ^
../../Source/WebCore/loader/DocumentLoader.cpp:884:30: error: use of undeclared identifier 'm_archive'
            if (m_archive && m_archive->shouldUseMainResourceEncoding())
                             ^
../../Source/WebCore/loader/DocumentLoader.cpp:885:28: error: use of undeclared identifier 'm_archive'
                encoding = m_archive->mainResource()->textEncoding();
                           ^
../../Source/WebCore/loader/DocumentLoader.cpp:1128:30: error: member access into incomplete type 'WebCore::ArchiveResource'
    if (!resource || resource->shouldIgnoreWhenUnarchiving())
                             ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170203/1f51180c/attachment.html>


More information about the webkit-unassigned mailing list