[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

dpranke at chromium.org dpranke at chromium.org
Wed Dec 22 14:10:14 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 86b9e6aab46b986f3a13dd1cb92ec99d5a862d55
Author: dpranke at chromium.org <dpranke at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 5 05:56:01 2010 +0000

    2010-10-04  Dirk Pranke  <dpranke at chromium.org>
    
            Unreviewed, build fix.
    
            Add missing "from __future__ import with_statement" that was
            breaking test-webkitpy on the Leopard bots (broke in r69040).
    
            * Scripts/webkitpy/layout_tests/port/google_chrome.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69079 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index e89913c..f8a5975 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-04  Dirk Pranke  <dpranke at chromium.org>
+
+        Unreviewed, build fix.
+
+        Add missing "from __future__ import with_statement" that was
+        breaking test-webkitpy on the Leopard bots (broke in r69040).
+
+        * Scripts/webkitpy/layout_tests/port/google_chrome.py:
+
 2010-10-04  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r69066.
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/port/google_chrome.py b/WebKitTools/Scripts/webkitpy/layout_tests/port/google_chrome.py
index 4f4c88f..8d94bb5 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/port/google_chrome.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/port/google_chrome.py
@@ -24,6 +24,8 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+from __future__ import with_statement
+
 import codecs
 import os
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list