[Webkit-unassigned] [Bug 37915] New: WebKit build failure with xhtmlmp enabled , after patches for Bug 37175

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 21 02:14:34 PDT 2010


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

           Summary: WebKit build failure with xhtmlmp enabled , after
                    patches for Bug 37175
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: charles.wei at torchmobile.com.cn
                CC: staikos at kde.org


With bug 37175,  which factors out DocumentWriter from FrameLoader,  the API
FrameLoader::responseMIMEType() is now DocumentWriter::mimeType().

#if ENABLE(XHTMLMP)
bool Document::isXHTMLMPDocument() const 
{
...
    return frame()->loader()->responseMIMEType() ==
"application/vnd.wap.xhtml+xml";
}
#endif 

should be changed to : 

   return frame()->loader()->writer()->mimeType() ==
"application/vnd.wap.xhtml+xml";

-- 
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