[Webkit-unassigned] [Bug 40765] New: PageCache.cpp compile error when WML is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 02:11:43 PDT 2010


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

           Summary: PageCache.cpp compile error when WML is enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: red47514f7 at yandex.ru


PageCache.cpp lines 269..273:

-- cut here --
#if ENABLE(WML)
        && !frame->document()->containsWMLContent()
        && !frame->document()->isWMLDocument();
#endif
        && frame->loader()->client()->canCachePage();
-- cut here --

Obviously, if WML is enabled, the build fails.

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