[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

dumi at chromium.org dumi at chromium.org
Wed Apr 7 23:40:26 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 3cc1309a4afd91183b9a210a89c23c966cc8c092
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