Changeset 60929 in webkit


Ignore:
Timestamp:
Jun 9, 2010 7:13:31 PM (14 years ago)
Author:
eric@webkit.org
Message:

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

Reviewed by David Levin.

[Qt] PageClientQt.h has coding-style errors
https://bugs.webkit.org/show_bug.cgi?id=40257

  • WebCoreSupport/PageClientQt.h:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r60928 r60929  
     12010-06-09  Anders Bakken  <agbakken@gmail.com>
     2
     3        Reviewed by David Levin.
     4
     5        [Qt] PageClientQt.h has coding-style errors
     6        https://bugs.webkit.org/show_bug.cgi?id=40257
     7
     8        * WebCoreSupport/PageClientQt.h:
     9
    1102010-06-09  Anders Bakken  <agbakken@gmail.com>
    211
  • trunk/WebKit/qt/WebCoreSupport/PageClientQt.h

    r59765 r60929  
    2525#include "GraphicsContext.h"
    2626#include "IntRect.h"
     27#include "QWebPageClient.h"
     28#include "TiledBackingStore.h"
    2729#include "qwebframe.h"
    2830#include "qwebframe_p.h"
    2931#include "qwebpage.h"
    3032#include "qwebpage_p.h"
    31 #include "QWebPageClient.h"
    32 #include "TiledBackingStore.h"
    3333
    3434#include <QtCore/qmetaobject.h>
Note: See TracChangeset for help on using the changeset viewer.