Title: [105450] trunk/Tools
Revision
105450
Author
[email protected]
Date
2012-01-19 14:50:10 -0800 (Thu, 19 Jan 2012)

Log Message

Build fix. Revert an unintentional change to WebKitDriver in r105443.

* Scripts/webkitpy/layout_tests/port/driver.py:
(DriverProxy.__init__):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (105449 => 105450)


--- trunk/Tools/ChangeLog	2012-01-19 22:46:05 UTC (rev 105449)
+++ trunk/Tools/ChangeLog	2012-01-19 22:50:10 UTC (rev 105450)
@@ -1,3 +1,10 @@
+2012-01-19  Ryosuke Niwa  <[email protected]>
+
+        Build fix. Revert an unintentional change to WebKitDriver in r105443.
+
+        * Scripts/webkitpy/layout_tests/port/driver.py:
+        (DriverProxy.__init__):
+
 2012-01-19  Dirk Pranke  <[email protected]>
 
         remove the duplicated build rules from WebKit.gyp, Tools.gyp

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/driver.py (105449 => 105450)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/driver.py	2012-01-19 22:46:05 UTC (rev 105449)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/driver.py	2012-01-19 22:50:10 UTC (rev 105450)
@@ -148,7 +148,7 @@
         if pixel_tests:
             self._reftest_driver = self._driver
         else:
-            self._reftest_driver = driver_instance_constructor(port, worker_number, pixel_tests, no_timeout)
+            self._reftest_driver = driver_instance_constructor(port, worker_number, True, no_timeout)
 
     def is_http_test(self, test_name):
         return self._driver.is_http_test(test_name)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to