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

weinig at apple.com weinig at apple.com
Wed Dec 22 13:23:45 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f6e15710a3043582d7dc9dc45ccc590e1e4899ee
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 14 03:23:10 2010 +0000

    Fix windows build.
    
    * UIProcess/Launcher/win/ProcessLauncherWin.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67436 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index c84e956..4b9a7d1 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-13  Sam Weinig  <sam at webkit.org>
 
+        Fix windows build.
+
+        * UIProcess/Launcher/win/ProcessLauncherWin.cpp:
+
+2010-09-13  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Jon Honeycutt.
 
         Threaded mode should work in WebKit2 MiniBrowser
diff --git a/WebKit2/UIProcess/Launcher/win/ProcessLauncherWin.cpp b/WebKit2/UIProcess/Launcher/win/ProcessLauncherWin.cpp
index 63f423d..22f1e71 100644
--- a/WebKit2/UIProcess/Launcher/win/ProcessLauncherWin.cpp
+++ b/WebKit2/UIProcess/Launcher/win/ProcessLauncherWin.cpp
@@ -29,8 +29,6 @@
 #include "RunLoop.h"
 #include <wtf/text/WTFString.h>
 
-using namespace WebCore;
-
 #if !defined(NDEBUG) && (!defined(DEBUG_INTERNAL) || defined(DEBUG_ALL))
 const LPCWSTR webProcessName = L"WebKit2WebProcess_debug.exe";
 #else

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list