[Webkit-unassigned] [Bug 103941] New: Build fix after r136444
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 3 15:40:39 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=103941
Summary: Build fix after r136444
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ktf.kim at samsung.com
r136444 blocks #include "JPEGImageDecoder.h" with #if USE(LIBJPEG),
but it should be #if !PLATFORM(QT) || (PLATFORM(QT) && USE(LIBJPEG)), same with the code using JPEGImageDecode (126 line).
--
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