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

mitz at apple.com mitz at apple.com
Thu Apr 8 00:55:46 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e9eb3811d2891ed69be21dd6aeaefc682f0b3b2a
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 6 19:38:52 2010 +0000

    Build fix
    
    * runtime/Identifier.cpp:
    (JSC::createIdentifierTableSpecificCallback):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52857 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index bbec816..6b0a629 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-06  Dan Bernstein  <mitz at apple.com>
+
+        Build fix
+
+        * runtime/Identifier.cpp:
+        (JSC::createIdentifierTableSpecificCallback):
+
 2010-01-05  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/JavaScriptCore/runtime/Identifier.cpp b/JavaScriptCore/runtime/Identifier.cpp
index 1c0c3af..01020e6 100644
--- a/JavaScriptCore/runtime/Identifier.cpp
+++ b/JavaScriptCore/runtime/Identifier.cpp
@@ -272,7 +272,7 @@ ThreadSpecific<ThreadIdentifierTableData>* g_identifierTableSpecific = 0;
 #if ENABLE(JSC_MULTIPLE_THREADS)
 
 pthread_once_t createIdentifierTableSpecificOnce = PTHREAD_ONCE_INIT;
-void createIdentifierTableSpecificCallback()
+static void createIdentifierTableSpecificCallback()
 {
     ASSERT(!g_identifierTableSpecific);
     g_identifierTableSpecific = new ThreadSpecific<ThreadIdentifierTableData>();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list