Bug 40765

Summary: PageCache.cpp compile error when WML is enabled
Product: WebKit Reporter: red47514f7
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description red47514f7 2010-06-17 02:11:43 PDT
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.
Comment 1 red47514f7 2010-07-06 12:20:13 PDT
Still present in trunk.
Comment 2 Daniel Bates 2010-07-24 21:59:38 PDT
Confirmed this breaks the build when building with WML support.
Comment 3 Daniel Bates 2010-07-24 22:26:15 PDT
Committed build fix in changeset 64019 <http://trac.webkit.org/changeset/64019>.

Unfortunately, this fix alone does not fix the build when compiling with WML support enabled. See Bug #42943 for more details.