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

bfulgham at webkit.org bfulgham at webkit.org
Wed Dec 22 18:33:12 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 478ce61e18f1ec01f6c948e97019edf937b6f370
Author: bfulgham at webkit.org <bfulgham at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 13 22:29:25 2010 +0000

    Unreviewed build fix.
    
    * UIProcess/win/WebInspectorProxyWin.cpp: Non-Apple builds
    need to include <wtf/RetainPtr.h>.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73963 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 7931b06..35446a3 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2010-12-13  Brent Fulgham  <bfulgham at webkit.org>
 
+        Unreviewed build fix.
+
+        * UIProcess/win/WebInspectorProxyWin.cpp: Non-Apple builds
+        need to include <wtf/RetainPtr.h>.
+
+2010-12-13  Brent Fulgham  <bfulgham at webkit.org>
+
         Unreviewed build fix after r73807.
 
         Added stub implementation of Download object.
diff --git a/WebKit2/UIProcess/win/WebInspectorProxyWin.cpp b/WebKit2/UIProcess/win/WebInspectorProxyWin.cpp
index 35dbc45..b513b6e 100644
--- a/WebKit2/UIProcess/win/WebInspectorProxyWin.cpp
+++ b/WebKit2/UIProcess/win/WebInspectorProxyWin.cpp
@@ -31,6 +31,7 @@
 #include "WebView.h"
 #include <WebCore/WebCoreInstanceHandle.h>
 #include <wtf/PassRefPtr.h>
+#include <wtf/RetainPtr.h>
 #include <wtf/text/WTFString.h>
 
 using namespace WebCore;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list