Changeset 60736 in webkit


Ignore:
Timestamp:
Jun 4, 2010 10:51:28 PM (14 years ago)
Author:
eric@webkit.org
Message:

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

Reviewed by Eric Seidel.

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

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

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

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

    r57818 r60736  
    2525 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    2626 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    27  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
     27 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2828 */
    2929
     
    3131#include "config.h"
    3232
    33 #include <wtf/CurrentTime.h>
    34 
    3533#include <QBasicTimer>
    3634#include <QCoreApplication>
    3735#include <QDebug>
    3836#include <QPointer>
     37#include <wtf/CurrentTime.h>
    3938
    4039namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.