[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

ggaren at apple.com ggaren at apple.com
Thu Oct 29 20:42:16 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit b72608b0447d7385fae286bdd47d3fa4640d7f1e
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 9 03:35:50 2009 +0000

    Windows build fix: updated exports.
    
    Patch by Geoffrey Garen <ggaren at apple.com> on 2009-10-08
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49367 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 4478d1e..6ec3d8c 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,12 @@
 2009-10-08  Geoffrey Garen  <ggaren at apple.com>
 
+        Windows build fix: updated exports.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
+
+2009-10-08  Geoffrey Garen  <ggaren at apple.com>
+
         Tiger build fix: fixed file name case.
 
         * JavaScriptCore.xcodeproj/project.pbxproj:
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index a580b98..60be9cf 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -77,6 +77,7 @@ EXPORTS
     ?createInheritorID at JSObject@JSC@@AAEPAVStructure at 2@XZ
     ?createInterruptedExecutionException at JSC@@YA?AVJSValue at 1@PAVJSGlobalData at 1@@Z
     ?createLeaked at JSGlobalData@JSC@@SA?AV?$PassRefPtr at VJSGlobalData@JSC@@@WTF@@XZ
+    ?createSingleCharacterString at SmallStrings@JSC@@AAEXPAVJSGlobalData at 2@E at Z
     ?createStackOverflowError at JSC@@YA?AVJSValue at 1@PAVExecState at 1@@Z
     ?createStructure at JSByteArray@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@VJSValue at 2@@Z
     ?createTable at HashTable@JSC@@ABEXPAVJSGlobalData at 2@@Z
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
index b91e7b5..04d00a9 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
@@ -77,6 +77,7 @@ EXPORTS
     ?createInheritorID at JSObject@JSC@@AAEPAVStructure at 2@XZ
     ?createInterruptedExecutionException at JSC@@YA?AVJSValue at 1@PAVJSGlobalData at 1@@Z
     ?createLeaked at JSGlobalData@JSC@@SA?AV?$PassRefPtr at VJSGlobalData@JSC@@@WTF@@XZ
+    ?createSingleCharacterString at SmallStrings@JSC@@AAEXPAVJSGlobalData at 2@E at Z
     ?createStackOverflowError at JSC@@YA?AVJSValue at 1@PAVExecState at 1@@Z
     ?createStructure at JSByteArray@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@VJSValue at 2@@Z
     ?createTable at HashTable@JSC@@ABEXPAVJSGlobalData at 2@@Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list