[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 12:11:27 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit af1253882106b559431ee8349bf5e2ea1bb6baa3
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 23:06:55 2010 +0000

    Fix windows build.
    
    * Shared/win/CommandLineWin.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65466 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 226decc..aa50be7 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-16  Sam Weinig  <sam at webkit.org>
 
+        Fix windows build.
+
+        * Shared/win/CommandLineWin.cpp:
+
+2010-08-16  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Gavin Barraclough.
 
         Remove #includes of <WebCore/PlatformString.h> in favor of <wtf/text/WTFString.h>
diff --git a/WebKit2/Shared/win/CommandLineWin.cpp b/WebKit2/Shared/win/CommandLineWin.cpp
index ba7c64a..7d6c9e3 100644
--- a/WebKit2/Shared/win/CommandLineWin.cpp
+++ b/WebKit2/Shared/win/CommandLineWin.cpp
@@ -25,8 +25,6 @@
 
 #include "CommandLine.h"
 
-using namespace WebCore;
-
 namespace WebKit {
 
 bool CommandLine::parse(LPTSTR commandLineString)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list