Bug 40765 - PageCache.cpp compile error when WML is enabled
Summary: PageCache.cpp compile error when WML is enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-17 02:11 PDT by red47514f7
Modified: 2010-07-24 22:26 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.