[Webkit-unassigned] [Bug 23087] New: REGRESSION(r39566): Windows build fails due to undeclared FormState class.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 2 23:04:48 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23087
Summary: REGRESSION(r39566): Windows build fails due to
undeclared FormState class.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bfulgham at gmail.com
The recent removal of the FormState.h header include from FrameLoader.h causes
numerous Windows build errors. This is because MSVC is very finicky about
declarations for smart pointers with forward class declarations. It generally
wants access to the entire class declaration before it will allow a compile.
--
Configure bugmail: https://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