[Webkit-unassigned] [Bug 62998] Unable to drag selected images into a folder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 15:40:41 PDT 2011


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97821|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #10 from Eric Seidel <eric at webkit.org>  2011-09-12 15:40:41 PST ---
(From update of attachment 97821)
View in context: https://bugs.webkit.org/attachment.cgi?id=97821&action=review

> Source/WebCore/page/DragController.cpp:590
> +                        state.m_dragType =  static_cast<DragSourceAction>(state.m_dragType | DragSourceActionImage);
> +                    else
> +                        state.m_dragType =   DragSourceActionImage;

Please use only 1 space after =.

How do we test this?

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