[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:35:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 55be28728068b9ab6010840f59f1db88d19b6cf6
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 13 20:24:19 2010 +0000

    Build fix.
    
    * Shared/cg/BackingStoreCG.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69691 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 5f194ad..c6de604 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-13  Anders Carlsson  <andersca at apple.com>
+
+        Build fix.
+
+        * Shared/cg/BackingStoreCG.cpp:
+
 2010-10-13  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by Oliver Hunt.
diff --git a/WebKit2/Shared/cg/BackingStoreCG.cpp b/WebKit2/Shared/cg/BackingStoreCG.cpp
index daa7dc0..f2c6db6 100644
--- a/WebKit2/Shared/cg/BackingStoreCG.cpp
+++ b/WebKit2/Shared/cg/BackingStoreCG.cpp
@@ -26,6 +26,7 @@
 #include "BackingStore.h"
 
 #include <WebCore/GraphicsContext.h>
+#include <wtf/RetainPtr.h>
 
 using namespace WebCore;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list