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

andersca at apple.com andersca at apple.com
Wed Dec 22 14:44:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5a15bd029ec18d139b19c0ac6804b3e26098db5c
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 18 23:21:25 2010 +0000

    Initialize the API client.
    
    Reviewed by Sam Weinig.
    
    * Shared/APIClient.h:
    (WebKit::APIClient::APIClient):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70007 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index df065b2..b83dc19 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,14 @@
 2010-10-18  Anders Carlsson  <andersca at apple.com>
 
+        Reviewed by Sam Weinig.
+
+        Initialize the API client.
+
+        * Shared/APIClient.h:
+        (WebKit::APIClient::APIClient):
+
+2010-10-18  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by John Sullivan.
 
         WebKit2 should handle dismissing the Find overlay on mouse-down
diff --git a/WebKit2/Shared/APIClient.h b/WebKit2/Shared/APIClient.h
index a84e2aa..db5b3e1 100644
--- a/WebKit2/Shared/APIClient.h
+++ b/WebKit2/Shared/APIClient.h
@@ -32,6 +32,7 @@ template<typename T> class APIClient {
 public:
     APIClient()
     {
+        initialize(0);
     }
 
     void initialize(const T* client)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list