[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d

dumi at chromium.org dumi at chromium.org
Thu Dec 3 13:36:27 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 125560075b36d13217fb9ee8c90af2f2216c77b2
Author: dumi at chromium.org <dumi at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 13 23:20:38 2009 +0000

    Remove the unnecessary call to dumpDatabaseCallbacks().
    
    Reviewed by Eric Seidel.
    
    https://bugs.webkit.org/show_bug.cgi?id=31495
    
    * storage/hash-change-with-xhr.html:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50969 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ddf6214..f6a021e 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2009-11-13  Dumitru Daniliuc  <dumi at chromium.org>
+
+        Reviewed by Eric Seidel.
+
+        Remove the unnecessary call to dumpDatabaseCallbacks().
+
+        https://bugs.webkit.org/show_bug.cgi?id=31495
+
+        * storage/hash-change-with-xhr.html:
+
 2009-11-13  Hironori Bono  <hbono at chromium.org>
 
         Reviewed by Oliver Hunt.
diff --git a/LayoutTests/storage/hash-change-with-xhr.html b/LayoutTests/storage/hash-change-with-xhr.html
index f322863..9cbf276 100644
--- a/LayoutTests/storage/hash-change-with-xhr.html
+++ b/LayoutTests/storage/hash-change-with-xhr.html
@@ -96,7 +96,6 @@ function invokeBack()
 function runTest()
 {
     if (window.layoutTestController) {
-        layoutTestController.dumpDatabaseCallbacks();
         layoutTestController.dumpAsText();
         layoutTestController.waitUntilDone();
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list