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

jorlow at chromium.org jorlow at chromium.org
Wed Dec 22 14:58:02 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c42f64efab9ae2021b3103649309ac47b649fcc6
Author: jorlow at chromium.org <jorlow at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 26 18:01:25 2010 +0000

    2010-10-26  Jeremy Orlow  <jorlow at chromium.org>
    
            Fix minor typo.
    
            * storage/indexeddb/objectstore-basics-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70538 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 7a151cc..16e4931 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-26  Jeremy Orlow  <jorlow at chromium.org>
+
+        Fix minor typo.
+
+        * storage/indexeddb/objectstore-basics-expected.txt:
+
 2010-10-26  Dimitri Glazkov  <dglazkov at chromium.org>
 
         [Chromium] Add another flaky test to expectations.
diff --git a/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt b/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
index a097ccf..e0c9770 100644
--- a/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
+++ b/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
@@ -43,7 +43,7 @@ PASS event.target.readyState is event.target.DONE
 trans = event.result
 PASS trans !== null is true
 Deleted all object stores.
-creatObjectStore():
+createObjectStore():
 store = db.createObjectStore('storeName', null)
 storeNames = db.objectStores
 PASS store.name is "storeName"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list