[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

paroga at webkit.org paroga at webkit.org
Fri Jan 21 14:47:38 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 26fe82ad4724b15058ea58f34e1b8a671bc952d5
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 30 07:20:22 2010 +0000

    2010-12-29  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed WinCE buildfix.
    
            * WinCELauncher/main.cpp: Add missing include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74784 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index efe00d7..86a3559 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-29  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed WinCE buildfix.
+
+        * WinCELauncher/main.cpp: Add missing include.
+
 2010-12-29  Daniel Bates  <dbates at rim.com>
 
         Reviewed by Darin Adler.
diff --git a/Tools/WinCELauncher/main.cpp b/Tools/WinCELauncher/main.cpp
index 36c6606..e0f2a51 100644
--- a/Tools/WinCELauncher/main.cpp
+++ b/Tools/WinCELauncher/main.cpp
@@ -25,6 +25,7 @@
 #include "config.h"
 #include "WebView.h"
 #include <windows.h>
+#include <wtf/PassOwnPtr.h>
 
 static const LPCWSTR kMainWindowTitle = L"WebKit for WinCE";
 static const LPCWSTR kMainWindowClassName = L"MainWindowClass";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list