[webkit-reviews] review denied: [Bug 62998] Unable to drag selected images into a folder : [Attachment 97821] Patch v01 for review

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


Eric Seidel <eric at webkit.org> has denied Aparna Nandyal
<aparna.nand at wipro.com>'s request for review:
Bug 62998: Unable to drag selected images into a folder
https://bugs.webkit.org/show_bug.cgi?id=62998

Attachment 97821: Patch v01 for review
https://bugs.webkit.org/attachment.cgi?id=97821&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
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?


More information about the webkit-reviews mailing list