Title: [134074] trunk/Tools
Revision
134074
Author
rak...@webkit.org
Date
2012-11-09 08:55:33 -0800 (Fri, 09 Nov 2012)

Log Message

Unreviewed, rolling out r134068.
http://trac.webkit.org/changeset/134068
https://bugs.webkit.org/show_bug.cgi?id=101766

Caused crashes on the bots. (Requested by rakuco on #webkit).

Patch by Sheriff Bot <webkit.review....@gmail.com> on 2012-11-09

* WebKitTestRunner/cairo/TestInvocationCairo.cpp:
(WTR::TestInvocation::dumpPixelsAndCompareWithExpected):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (134073 => 134074)


--- trunk/Tools/ChangeLog	2012-11-09 16:20:58 UTC (rev 134073)
+++ trunk/Tools/ChangeLog	2012-11-09 16:55:33 UTC (rev 134074)
@@ -1,3 +1,14 @@
+2012-11-09  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r134068.
+        http://trac.webkit.org/changeset/134068
+        https://bugs.webkit.org/show_bug.cgi?id=101766
+
+        Caused crashes on the bots. (Requested by rakuco on #webkit).
+
+        * WebKitTestRunner/cairo/TestInvocationCairo.cpp:
+        (WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
+
 2012-11-09  Zan Dobersek  <zandober...@gmail.com>
 
         [GTK] Bump the jhbuild Cairo version to 1.12.8

Modified: trunk/Tools/WebKitTestRunner/cairo/TestInvocationCairo.cpp (134073 => 134074)


--- trunk/Tools/WebKitTestRunner/cairo/TestInvocationCairo.cpp	2012-11-09 16:20:58 UTC (rev 134073)
+++ trunk/Tools/WebKitTestRunner/cairo/TestInvocationCairo.cpp	2012-11-09 16:55:33 UTC (rev 134074)
@@ -108,7 +108,7 @@
 {
     cairo_surface_t* surface = WKImageCreateCairoSurface(wkImage);
 
-    if (WKArrayGetSize(repaintRects))
+    if (repaintRects)
         paintRepaintRectOverlay(surface, repaintRects);
 
     char actualHash[33];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to