Changeset 78840 in webkit


Ignore:
Timestamp:
Feb 17, 2011 9:41:32 AM (13 years ago)
Author:
Csaba Osztrogonác
Message:

2011-02-17 Csaba Osztrogonác <Csaba Osztrogonác>

Reviewed by Andreas Kling.

[Qt] ImageDiff sometimes hangs
https://bugs.webkit.org/show_bug.cgi?id=54641

  • DumpRenderTree/qt/ImageDiff.cpp: Clear actualImage and baselineImage after all comparison. (main):
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r78835 r78840  
     12011-02-17  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] ImageDiff sometimes hangs
     6        https://bugs.webkit.org/show_bug.cgi?id=54641
     7
     8        * DumpRenderTree/qt/ImageDiff.cpp: Clear actualImage and baselineImage after all comparison.
     9        (main):
     10
    1112011-02-17  Peter Varga  <pvarga@webkit.org>
    212
  • trunk/Tools/DumpRenderTree/qt/ImageDiff.cpp

    r66984 r78840  
    143143                fflush(stdout);
    144144            }
     145            actualImage = QImage();
     146            baselineImage = QImage();
    145147        }
    146148    }
Note: See TracChangeset for help on using the changeset viewer.