Changeset 60751 in webkit


Ignore:
Timestamp:
Jun 5, 2010 5:15:30 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-05 Anders Bakken <agbakken@gmail.com>

Reviewed by Eric Seidel.

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

  • platform/qt/ContextMenuItemQt.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r60750 r60751  
     12010-06-05  Anders Bakken  <agbakken@gmail.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [Qt] ContextMenuItemQt.cpp has coding-style errors
     6        https://bugs.webkit.org/show_bug.cgi?id=39780
     7
     8        * platform/qt/ContextMenuItemQt.cpp:
     9
    1102010-06-05  Anders Bakken  <agbakken@gmail.com>
    211
  • trunk/WebCore/platform/qt/ContextMenuItemQt.cpp

    r46170 r60751  
    2222 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    2323 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    24  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
     24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2525 */
    2626
    2727#include "config.h"
    2828#include "ContextMenuItem.h"
     29
    2930#include "ContextMenu.h"
    3031
Note: See TracChangeset for help on using the changeset viewer.