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 |
red47514f7
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
red47514f7
Still present in trunk.
Daniel Bates
Confirmed this breaks the build when building with WML support.
Daniel Bates
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.