Changeset 83014 in webkit


Ignore:
Timestamp:
Apr 5, 2011 8:56:29 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

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):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r83013 r83014  
     12011-04-05  Anders Bakken  <agbakken@gmail.com>
     2
     3        Reviewed by David Levin.
     4
     5        [Qt] DragControllerQt.cpp has coding-style errors
     6        https://bugs.webkit.org/show_bug.cgi?id=40258
     7
     8        This patch does not require new test cases.
     9
     10        * page/qt/DragControllerQt.cpp:
     11        (WebCore::DragController::dragOperation):
     12
    1132011-04-05  Steve VanDeBogart  <vandebo@chromium.org>
    214
  • trunk/Source/WebCore/page/qt/DragControllerQt.cpp

    r75743 r83014  
    5151DragOperation DragController::dragOperation(DragData* dragData)
    5252{
    53     //FIXME: This logic is incomplete
     53    // FIXME: This logic is incomplete.
    5454    if (dragData->containsURL(0))
    5555        return DragOperationCopy;
Note: See TracChangeset for help on using the changeset viewer.