Changeset 60917 in webkit


Ignore:
Timestamp:
Jun 9, 2010 3:07:03 PM (14 years ago)
Author:
eric@webkit.org
Message:

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

Reviewed by David Levin.

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

  • WebCoreSupport/DumpRenderTreeSupportQt.cpp: (DumpRenderTreeSupportQt::firstRectForCharacterRange):
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r60915 r60917  
     12010-06-09  Anders Bakken  <agbakken@gmail.com>
     2
     3        Reviewed by David Levin.
     4
     5        [Qt] DumpRenderTreeSupportQt.cpp has coding-style errors
     6        https://bugs.webkit.org/show_bug.cgi?id=40247
     7
     8        * WebCoreSupport/DumpRenderTreeSupportQt.cpp:
     9        (DumpRenderTreeSupportQt::firstRectForCharacterRange):
     10
    1112010-06-09  Anders Bakken  <agbakken@gmail.com>
    212
  • trunk/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp

    r60841 r60917  
    438438    QVariantList rect;
    439439
    440     if ((location + length < location) && (location + length != 0))
     440    if ((location + length < location) && (location + length))
    441441        length = 0;
    442442
Note: See TracChangeset for help on using the changeset viewer.