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

aroben at apple.com aroben at apple.com
Wed Dec 22 13:39:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f89bd1e22b686a33f8163f604af75fa9b4102e8d
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 22 21:14:41 2010 +0000

    Windows build fix
    
    * WebProcess/WebKitMain.cpp:
    (WebKitMain): Fix typo
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68081 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 87d8348..140cdb5 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2010-09-22  Adam Roben  <aroben at apple.com>
 
+        Windows build fix
+
+        * WebProcess/WebKitMain.cpp:
+        (WebKitMain): Fix typo
+
+2010-09-22  Adam Roben  <aroben at apple.com>
+
         Autogenerate WebPage's message-receiving code and message types
 
         This patch encompasses several changes that allow message types and
diff --git a/WebKit2/WebProcess/WebKitMain.cpp b/WebKit2/WebProcess/WebKitMain.cpp
index e773eae..953d13f 100644
--- a/WebKit2/WebProcess/WebKitMain.cpp
+++ b/WebKit2/WebProcess/WebKitMain.cpp
@@ -141,7 +141,7 @@ int WebKitMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpstrCmdLine
     if (!commandLine.parse(lpstrCmdLine))
         return EXIT_FAILURE;
 
-    return WebKitMain(commandLine):
+    return WebKitMain(commandLine);
 }
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list