[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
barraclough at apple.com
barraclough at apple.com
Wed Jan 20 22:14:09 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 9341347220a0baadadc202714c1d76cbbb7bb522
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Jan 6 19:51:26 2010 +0000
QT build fix.
* runtime/Identifier.cpp:
(JSC::createIdentifierTableSpecific):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52859 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 353b8e4..017c0da 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,12 @@
2010-01-06 Gavin Barraclough <barraclough at apple.com>
+ QT build fix.
+
+ * runtime/Identifier.cpp:
+ (JSC::createIdentifierTableSpecific):
+
+2010-01-06 Gavin Barraclough <barraclough at apple.com>
+
Windows build fix part I.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
diff --git a/JavaScriptCore/runtime/Identifier.cpp b/JavaScriptCore/runtime/Identifier.cpp
index 01020e6..1cfe7a3 100644
--- a/JavaScriptCore/runtime/Identifier.cpp
+++ b/JavaScriptCore/runtime/Identifier.cpp
@@ -285,7 +285,7 @@ void createIdentifierTableSpecific()
#else
-void createDefaultDataSpecific()
+void createIdentifierTableSpecific()
{
ASSERT(!g_identifierTableSpecific);
g_identifierTableSpecific = new ThreadSpecific<ThreadIdentifierTableData>();
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list