Changeset 82944 in webkit


Ignore:
Timestamp:
Apr 5, 2011 9:18:43 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

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

Reviewed by Laszlo Gombos.

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

This patch does not require new test cases.

  • editing/qt/EditorQt.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r82943 r82944  
     12011-04-05  Anders Bakken  <agbakken@gmail.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] EditorQt.cpp has coding-style errors
     6        https://bugs.webkit.org/show_bug.cgi?id=40260
     7       
     8        This patch does not require new test cases.
     9
     10        * editing/qt/EditorQt.cpp:
     11
    1122011-04-05  Pavel Podivilov  <podivilov@chromium.org>
    213
  • trunk/Source/WebCore/editing/qt/EditorQt.cpp

    r64152 r82944  
    3232#include "Document.h"
    3333#include "Element.h"
    34 #include "VisibleSelection.h"
    3534#include "SelectionController.h"
    3635#include "TextIterator.h"
     36#include "VisibleSelection.h"
    3737#include "htmlediting.h"
    3838#include "visible_units.h"
Note: See TracChangeset for help on using the changeset viewer.