[Webkit-unassigned] [Bug 115795] New: [Qt][Mac] WRT build broken after r149692

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 8 05:04:36 PDT 2013


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

           Summary: [Qt][Mac] WRT build broken after r149692
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zarvai at inf.u-szeged.hu
                CC: timothy at apple.com, hausmann at webkit.org,
                    jocelyn.turcotte at digia.com, zeno at webkit.org,
                    kadam at inf.u-szeged.hu, achristensen at apple.com
            Blocks: 42324


In r149692 DOMAsWebArchive added to WTR. 


In Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp 

#if USE(CF) 
#include "WebArchiveDumpSupport.h" 
#endif

section is true on Qt Mac, but not true on other Qt port.

If we want DOMAsWebArchive feature on Qt Mac we should add it to Target.pri. Probably it's better to disable it by changing "#if USE(CF)" to "#if USE(CF) && !PLATFORM(Qt)" to get the same WTR on Qt Linux and Qt Mac.

What is your opinion about that?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list