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

weinig at apple.com weinig at apple.com
Wed Dec 22 18:29:40 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a9eb62219a8e5afeab11e67c7a0dd1ce1fe9922b
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 13 00:02:07 2010 +0000

    Remove incorrect assertion that has been firing in the API tester.
    
    Reviewed by Anders Carlsson.
    
    * UIProcess/WebDatabaseManagerProxy.cpp:
    (WebKit::WebDatabaseManagerProxy::~WebDatabaseManagerProxy):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73879 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index e463b1d..105ff68 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -2,6 +2,15 @@
 
         Reviewed by Anders Carlsson.
 
+        Remove incorrect assertion that has been firing in the API tester.
+
+        * UIProcess/WebDatabaseManagerProxy.cpp:
+        (WebKit::WebDatabaseManagerProxy::~WebDatabaseManagerProxy):
+
+2010-12-12  Sam Weinig  <sam at webkit.org>
+
+        Reviewed by Anders Carlsson.
+
         Disable WebKit2 logging by default.
 
         * Platform/Logging.cpp:
diff --git a/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp b/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp
index 9aff4ab..11755df 100644
--- a/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp
+++ b/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp
@@ -46,7 +46,6 @@ WebDatabaseManagerProxy::WebDatabaseManagerProxy(WebContext* webContext)
 
 WebDatabaseManagerProxy::~WebDatabaseManagerProxy()
 {
-    ASSERT(!m_webContext);
 }
 
 void WebDatabaseManagerProxy::invalidate()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list