[Webkit-unassigned] [Bug 125248] New: Inconsistent ENABLE(DRAG_SUPPORT) guards in DragImage.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 4 13:12:46 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125248

           Summary: Inconsistent ENABLE(DRAG_SUPPORT) guards in
                    DragImage.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu
                CC: darin at apple.com, simon.fraser at apple.com


The platform-independent + PLATFORM(MAC) implementations are guarded by DRAG_SUPPORT but the header and other platforms are not. After or as part of renaming DragImage, https://bugs.webkit.org/show_bug.cgi?id=125200, it would be good to split the drag-related functions into a separate file that is guarded by DRAG_SUPPORT, or just remove the guard entirely.

-- 
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