Changeset 122335 in webkit


Ignore:
Timestamp:
Jul 11, 2012 8:14:16 AM (12 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] REGRESSION(r107171): Fix --timeout option of Qt's DRT
https://bugs.webkit.org/show_bug.cgi?id=90966

Reviewed by Ryosuke Niwa.

  • DumpRenderTree/qt/main.cpp:

(main): Don't remove the argument, because takeOptionValue() did it before.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r122317 r122335  
     12012-07-11  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [Qt] REGRESSION(r107171): Fix --timeout option of Qt's DRT
     4        https://bugs.webkit.org/show_bug.cgi?id=90966
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * DumpRenderTree/qt/main.cpp:
     9        (main): Don't remove the argument, because takeOptionValue() did it before.
     10
    1112012-07-11  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
    212
  • trunk/Tools/DumpRenderTree/qt/main.cpp

    r119098 r122335  
    221221        int timeout = takeOptionValue(args, index).toInt();
    222222        dumper.setTimeout(timeout);
    223         args.removeAt(index);
    224223    }
    225224
Note: See TracChangeset for help on using the changeset viewer.