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

dimich at chromium.org dimich at chromium.org
Thu Apr 8 01:21:57 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 5fd11687905801d0f3ddcd09e14b587f00e745cf
Author: dimich at chromium.org <dimich at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 22 22:13:23 2010 +0000

    Not reviewed, attempted Snow Leopard build fix.
    
    * wtf/ThreadingPthreads.cpp: Add a forward declaration of a function which is not 'static'.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53717 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 13d2e45..fac8cb5 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-22  Dmitry Titov  <dimich at chromium.org>
+
+        Not reviewed, attempted Snow Leopard build fix.
+
+        * wtf/ThreadingPthreads.cpp: Add a forward declaration of a function which is not 'static'.
+
 2009-01-22  Dmitry Titov  <dimich at chromium.org>
 
         Reviewed by Maciej Stachowiak.
diff --git a/JavaScriptCore/wtf/ThreadingPthreads.cpp b/JavaScriptCore/wtf/ThreadingPthreads.cpp
index d610d5f..04b1a26 100644
--- a/JavaScriptCore/wtf/ThreadingPthreads.cpp
+++ b/JavaScriptCore/wtf/ThreadingPthreads.cpp
@@ -61,6 +61,8 @@ static Mutex* atomicallyInitializedStaticMutex;
 static pthread_t mainThread; // The thread that was the first to call initializeThreading(), which must be the main thread.
 #endif
 
+void clearPthreadHandleForIdentifier(ThreadIdentifier);
+
 static Mutex& threadMapMutex()
 {
     DEFINE_STATIC_LOCAL(Mutex, mutex, ());

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list