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

cmarrin at apple.com cmarrin at apple.com
Wed Dec 22 13:58:14 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4daa1326dfa3bc556b8656a18d125bad2d8d38a4
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 30 17:59:17 2010 +0000

    Fixed chrome build issue in DrawingBuffer.h
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68804 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/platform/graphics/gpu/DrawingBuffer.h b/WebCore/platform/graphics/gpu/DrawingBuffer.h
index b07943b..2fafe56 100644
--- a/WebCore/platform/graphics/gpu/DrawingBuffer.h
+++ b/WebCore/platform/graphics/gpu/DrawingBuffer.h
@@ -76,7 +76,7 @@ public:
         virtual void willPublish() = 0;
     };
 
-    void setWillPublishCallback(PassOwnPtr<WillPublishCallback>) { m_callback = callback; }
+    void setWillPublishCallback(PassOwnPtr<WillPublishCallback> callback) { m_callback = callback; }
 #endif
 
 private:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list