2011-04-05 Anders Bakken <agbakken@gmail.com>

        Reviewed by David Levin.

        [Qt] DragControllerQt.cpp has coding-style errors
        https://bugs.webkit.org/show_bug.cgi?id=40258

        This patch does not require new test cases.

        * page/qt/DragControllerQt.cpp:
        (WebCore::DragController::dragOperation):

git-svn-id: svn://svn.chromium.org/blink/trunk@83014 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0b33944d
2011-04-05 Anders Bakken <agbakken@gmail.com>
Reviewed by David Levin.
[Qt] DragControllerQt.cpp has coding-style errors
https://bugs.webkit.org/show_bug.cgi?id=40258
This patch does not require new test cases.
* page/qt/DragControllerQt.cpp:
(WebCore::DragController::dragOperation):
2011-04-05 Steve VanDeBogart <vandebo@chromium.org> 2011-04-05 Steve VanDeBogart <vandebo@chromium.org>
Reviewed by David Levin. Reviewed by David Levin.
...@@ -50,7 +50,7 @@ bool DragController::isCopyKeyDown(DragData*) ...@@ -50,7 +50,7 @@ bool DragController::isCopyKeyDown(DragData*)
DragOperation DragController::dragOperation(DragData* dragData) DragOperation DragController::dragOperation(DragData* dragData)
{ {
//FIXME: This logic is incomplete // FIXME: This logic is incomplete.
if (dragData->containsURL(0)) if (dragData->containsURL(0))
return DragOperationCopy; return DragOperationCopy;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment