[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

andersca at apple.com andersca at apple.com
Sun Feb 20 22:52:45 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 2052a42af112243c4a726a55cccf7891a21d9bae
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 12 22:44:20 2011 +0000

    Fix build.
    
    * UIProcess/DrawingAreaProxyImpl.cpp:
    (WebKit::DrawingAreaProxyImpl::incorporateUpdate):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75641 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 5cef516..1fd37ad 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-12  Anders Carlsson  <andersca at apple.com>
 
+        Fix build.
+
+        * UIProcess/DrawingAreaProxyImpl.cpp:
+        (WebKit::DrawingAreaProxyImpl::incorporateUpdate):
+
+2011-01-12  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Sam Weinig.
 
         Begin stubbing out some more BackingStore member functions
diff --git a/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp b/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp
index c66ecc6..990dec1 100644
--- a/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp
+++ b/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp
@@ -113,7 +113,7 @@ void DrawingAreaProxyImpl::incorporateUpdate(const UpdateInfo& updateInfo)
     // FIXME: Check for the update bounds being empty here.
 
     if (!m_backingStore)
-        m_backingStore = BackingStore::create(m_webPageProxy, updateInfo.viewSize);
+        m_backingStore = BackingStore::create(updateInfo.viewSize);
 
     m_backingStore->incorporateUpdate(updateInfo);
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list