[Webkit-unassigned] [Bug 55094] New: WebCursorInfo needs to match enums in platform/Cursor.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 23 15:35:32 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55094
Summary: WebCursorInfo needs to match enums in
platform/Cursor.h
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: avi at drissman.com
In WebKit/chromium/src/WebCursorInfo.cpp:
WebCursorInfo::WebCursorInfo(const Cursor& cursor)
{
type = static_cast<Type>(cursor.impl().type());
yet WebCursorInfo::Type has two fewer items in the enum than Cursor::Type.
This needs to be fixed.
--
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