[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ggaren at apple.com ggaren at apple.com
Thu Apr 8 00:33:56 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit c491f9c784e46c6020ad63a7381621fdb43d5abf
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 12 06:02:24 2009 +0000

    Windows build fix: Removed an incorrect #ifdef.
    
    * bindings/js/GCController.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52044 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 46bfcf1..514cd45 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-11  Geoffrey Garen  <ggaren at apple.com>
+
+        Windows build fix: Removed an incorrect #ifdef.
+
+        * bindings/js/GCController.cpp:
+
 2009-12-11  Eric Roman  <eroman at chromium.org>
 
         Unreviewed build fix.
diff --git a/WebCore/bindings/js/GCController.cpp b/WebCore/bindings/js/GCController.cpp
index 2e87f3a..3e5645f 100644
--- a/WebCore/bindings/js/GCController.cpp
+++ b/WebCore/bindings/js/GCController.cpp
@@ -40,8 +40,6 @@ using namespace JSC;
 
 namespace WebCore {
 
-#if USE(PTHREADS)
-
 static void* collect(void*)
 {
     JSLock lock(SilenceAssertionsOnly);
@@ -49,8 +47,6 @@ static void* collect(void*)
     return 0;
 }
 
-#endif
-
 GCController& gcController()
 {
     DEFINE_STATIC_LOCAL(GCController, staticGCController, ());

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list