[Webkit-unassigned] [Bug 64518] New: removes #if ENABLE(DRAG_SUPPORT) check
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 14 01:47:28 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64518
Summary: removes #if ENABLE(DRAG_SUPPORT) check
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: arno at renevier.net
Hi,
Source/WebCore/platform/gtk/ClipboardGtk.h
has a
#if ENABLE(DRAG_SUPPORT)
check.
It's the only place in gtk port where there is this check. In all other places, DRAG_SUPPORT is supposed to be enabled. So, if I understand correctly, it makes little sense to keep it.
--
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