Changeset 51171 in webkit


Ignore:
Timestamp:
Nov 18, 2009 9:09:22 PM (14 years ago)
Author:
Laszlo Gombos
Message:

2009-11-18 Laszlo Gombos <Laszlo Gombos>

Unreviewed.

Fix a typo. Remove the trailing semicolon
from an include directive after r51137.

No new tests as there is no functional change.

  • platform/qt/QWebPageClient.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r51170 r51171  
     12009-11-18  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Unreviewed.
     4
     5        Fix a typo. Remove the trailing semicolon
     6        from an include directive after r51137.
     7
     8        No new tests as there is no functional change.
     9
     10        * platform/qt/QWebPageClient.h:
     11
    1122009-11-18  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
    213
  • trunk/WebCore/platform/qt/QWebPageClient.h

    r51137 r51171  
    2828
    2929#ifndef QT_NO_CURSOR
    30 #include <QCursor>;
     30#include <QCursor>
    3131#endif
    3232#include <QRect>
Note: See TracChangeset for help on using the changeset viewer.