[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
mitz at apple.com
mitz at apple.com
Wed Jan 20 22:14:06 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 71d8c41030cd69b0d01b3e79dfe99077005741df
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