[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

andreip at google.com andreip at google.com
Sun Feb 20 23:44:37 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 616a18bfff72e7bc760cb7902bbe8cb32ec46aa1
Author: andreip at google.com <andreip at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 24 20:31:09 2011 +0000

    2011-01-24  Andrei Popescu  <andreip at google.com>
    
            Unreviewed, build fix.
    
            LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533
            https://bugs.webkit.org/show_bug.cgi?id=53032
    
            Fix the expected output, which still had an error.
    
            * storage/indexeddb/objectstore-autoincrement-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76542 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 84e8153..52bbc78 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-24  Andrei Popescu  <andreip at google.com>
+
+        Unreviewed, build fix.
+
+        LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533
+        https://bugs.webkit.org/show_bug.cgi?id=53032
+
+        Fix the expected output, which still had an error.
+
+        * storage/indexeddb/objectstore-autoincrement-expected.txt:
+
 2011-01-24  Kenji Imasaki  <imasaki at chromium.org>
 
         Reviewed by Jian Li.
diff --git a/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt b/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt
index 45331bd..6a7c366 100644
--- a/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt
+++ b/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt
@@ -55,7 +55,7 @@ PASS storeNames.contains('StoreWithAutoIncrement') is true
 PASS storeNames.contains('PlainOldStore') is true
 PASS storeNames.length is 3
 setVersionCompleted():
-trans = db.transaction([], mode: webkitIDBTransaction.READ_WRITE)
+trans = db.transaction([], webkitIDBTransaction.READ_WRITE)
 store = trans.objectStore('StoreWithKeyPath')
 Insert in object store with key gen and key path
 store.add({name: 'Lincoln', number: '7012'})

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list