[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 11:39:10 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 731a5669a9f71c210871009c67121dd08ae3e6f5
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 2 21:27:00 2010 +0000

    Fix the windows build.
    
    * WebKitTestRunner/win/main.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64493 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 17f8a2d..b95cd01 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-02  Sam Weinig  <sam at webkit.org>
+
+        Fix the windows build.
+
+        * WebKitTestRunner/win/main.cpp:
+
 2010-07-29  Jon Honeycutt  <jhoneycutt at apple.com>
 
         Add a Skipped list on Windows, and have run-webkit-tests respect it.
diff --git a/WebKitTools/WebKitTestRunner/win/main.cpp b/WebKitTools/WebKitTestRunner/win/main.cpp
index 96e55b4..6ef0f66 100644
--- a/WebKitTools/WebKitTestRunner/win/main.cpp
+++ b/WebKitTools/WebKitTestRunner/win/main.cpp
@@ -27,8 +27,9 @@
 
 int main(int argc, const char* argv[])
 {
-    WTR::TestController::shared().initialize(argc, argv);
-    WTR::TestController::shared().run();
+    {
+        WTR::TestController controller(argc, argv);
+    }
 
     return 0;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list