Changeset 60806 in webkit


Ignore:
Timestamp:
Jun 7, 2010 4:25:01 PM (14 years ago)
Author:
eric@webkit.org
Message:

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

Reviewed by David Levin.

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

  • WebCoreSupport/NotificationPresenterClientQt.cpp: (WebCore::NotificationPresenterClientQt::show):
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r60778 r60806  
     12010-06-07  Anders Bakken  <agbakken@gmail.com>
     2
     3        Reviewed by David Levin.
     4
     5        [Qt] NotificationPresenterClientQt.cpp has coding-style errors
     6        https://bugs.webkit.org/show_bug.cgi?id=40256
     7
     8        * WebCoreSupport/NotificationPresenterClientQt.cpp:
     9        (WebCore::NotificationPresenterClientQt::show):
     10
    1112010-06-06  Antonio Gomes  <tonikitoo@webkit.org>, Laszlo Gombos  <laszlo.1.gombos@nokia.com>
    212
  • trunk/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp

    r60630 r60806  
    3333#include "NotificationPresenterClientQt.h"
    3434
     35#include "Document.h"
    3536#include "DumpRenderTreeSupportQt.h"
    36 #include "Document.h"
    3737#include "EventNames.h"
    3838#include "KURL.h"
     
    9898        return false;
    9999    notification->setPendingActivity(notification);
    100     if (!notification->replaceId().isEmpty()) {
     100    if (!notification->replaceId().isEmpty())
    101101        removeReplacedNotificationFromQueue(notification);
    102     }
    103102    if (dumpNotification)
    104103        dumpShowText(notification);
Note: See TracChangeset for help on using the changeset viewer.