[Webkit-unassigned] [Bug 19426] New: LOW_BANDWIDTH_DISPLAY build broken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 6 21:22:46 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=19426
Summary: LOW_BANDWIDTH_DISPLAY build broken
Product: WebKit
Version: 526+ (Nightly build)
Platform: Other
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: david.krause at gmail.com
CC: hyatt at apple.com
Using a recent nightly (r34342), it seems that the build will not finish if
USE(LOW_BANDWIDTH_DISPLAY) is set. WebCore/loader/FrameLoader.cpp fails to
compile because of 3 lines of code that look like:
cache->ref(this);
or:
(*it)->deref(this);
Looking back, it appears that the changes on changeset 31834 may have
introduced this breakage.
The build at least completes if I change ref to addClient and deref to
removeClient.
Can an expert confirm this? If so, I'll submit a patch changing this.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list