[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:36:06 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit bed3b5eb321ae897cae7add0b42bab2c65d60056
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 29 18:12:33 2009 +0000

    Windows build fix: export a new symbol.
    
    Patch by Geoffrey Garen <ggaren at apple.com> on 2009-09-29
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48885 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index a6029eb..1c25d2e 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-29  Geoffrey Garen  <ggaren at apple.com>
+
+        Windows build fix: export a new symbol.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
+
 2009-09-28  Geoffrey Garen  <ggaren at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 781cfb0..8099d4d 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -102,6 +102,7 @@ EXPORTS
     ?despecifyFunctionTransition at Structure@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@PAV12 at ABVIdentifier@2@@Z
     ?destroy at Heap@JSC@@QAEXXZ
     ?destroy at Rep@UString at JSC@@QAEXXZ
+    ?destroyJSGlobalObjectData at JSGlobalObject@JSC@@CAXPAX at Z
     ?detach at Debugger@JSC@@UAEXPAVJSGlobalObject at 2@@Z
     ?detachThread at WTF@@YAXI at Z
     ?enumerable at PropertyDescriptor@JSC@@QBE_NXZ
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
index 60978ee..b84ff93 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
@@ -1,6 +1,7 @@
 LIBRARY    "JavaScriptCore_debug"
 
 EXPORTS
+    
     ??0Collator at WTF@@QAE at PBD@Z
     ??0DropAllLocks at JSLock@JSC@@QAE at W4JSLockBehavior@2@@Z
     ??0InternalFunction at JSC@@IAE at PAVJSGlobalData@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@ABVIdentifier at 1@@Z
@@ -102,6 +103,7 @@ EXPORTS
     ?despecifyFunctionTransition at Structure@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@PAV12 at ABVIdentifier@2@@Z
     ?destroy at Heap@JSC@@QAEXXZ
     ?destroy at Rep@UString at JSC@@QAEXXZ
+    ?destroyJSGlobalObjectData at JSGlobalObject@JSC@@CAXPAX at Z
     ?detach at Debugger@JSC@@UAEXPAVJSGlobalObject at 2@@Z
     ?detachThread at WTF@@YAXI at Z
     ?enumerable at PropertyDescriptor@JSC@@QBE_NXZ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list