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

bfulgham at webkit.org bfulgham at webkit.org
Wed Dec 22 14:35:08 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b0afd49fdc4150b1027e101cdfa2901c031e783c
Author: bfulgham at webkit.org <bfulgham at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 13 19:15:44 2010 +0000

    Unreviewed build fixes after r69538.
    
    * UIProcess/WebBackForwardList.h: Add missing include directive
    for CoreFoundation.
    * UIProcess/cf/WebBackForwardListCF.cpp: Add missing include
    directives for RetainPtr.h and CoreFoundation.
    * UIProcess/cf/WebPageProxyCF.cpp: Add missing include directive
    for RetainPtr.h.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69680 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 8448757..bc99b3d 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-13  Brent Fulgham  <bfulgham at webkit.org>
+
+        Unreviewed build fixes after r69538.
+
+        * UIProcess/WebBackForwardList.h: Add missing include directive
+        for CoreFoundation.
+        * UIProcess/cf/WebBackForwardListCF.cpp: Add missing include
+        directives for RetainPtr.h and CoreFoundation.
+        * UIProcess/cf/WebPageProxyCF.cpp: Add missing include directive
+        for RetainPtr.h.
+
 2010-10-13  Adam Roben  <aroben at apple.com>
 
         Start compiling BackingStore on Windows
diff --git a/WebKit2/UIProcess/WebBackForwardList.h b/WebKit2/UIProcess/WebBackForwardList.h
index 8504418..9cbc6b9 100644
--- a/WebKit2/UIProcess/WebBackForwardList.h
+++ b/WebKit2/UIProcess/WebBackForwardList.h
@@ -33,6 +33,9 @@
 #include <wtf/PassRefPtr.h>
 #include <wtf/RefPtr.h>
 #include <wtf/Vector.h>
+#if PLATFORM(CF)
+#include <CoreFoundation/CFDictionary.h>
+#endif
 
 namespace WebKit {
 
diff --git a/WebKit2/UIProcess/cf/WebBackForwardListCF.cpp b/WebKit2/UIProcess/cf/WebBackForwardListCF.cpp
index ad03e85..6a214df 100644
--- a/WebKit2/UIProcess/cf/WebBackForwardListCF.cpp
+++ b/WebKit2/UIProcess/cf/WebBackForwardListCF.cpp
@@ -25,6 +25,8 @@
 
 #include "WebBackForwardList.h"
 #include "Logging.h"
+#include <wtf/RetainPtr.h>
+#include <CoreFoundation/CoreFoundation.h>
 
 using namespace WebCore;
 
diff --git a/WebKit2/UIProcess/cf/WebPageProxyCF.cpp b/WebKit2/UIProcess/cf/WebPageProxyCF.cpp
index 45943c3..6f60d85 100644
--- a/WebKit2/UIProcess/cf/WebPageProxyCF.cpp
+++ b/WebKit2/UIProcess/cf/WebPageProxyCF.cpp
@@ -29,6 +29,7 @@
 #include "WebBackForwardList.h"
 #include "WebData.h"
 
+#include <wtf/RetainPtr.h>
 #include <CoreFoundation/CFPropertyList.h>
 
 using namespace WebCore;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list