[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

barraclough at apple.com barraclough at apple.com
Mon Dec 27 16:28:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit adb42faac170ff8ba74f46471bac71517a8ac9b9
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 22 00:43:35 2010 +0000

    Windows build fix.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74437 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 1b12815..e825e2a 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-21  Gavin Barraclough  <barraclough at apple.com>
 
+        Windows build fix.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2010-12-21  Gavin Barraclough  <barraclough at apple.com>
+
         Eeeep! build fix!
 
         * wtf/OSAllocator.h:
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 353759d..d28739f 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -265,7 +265,7 @@ EXPORTS
     ?recompileAllJSFunctions at Debugger@JSC@@QAEXPAVJSGlobalData at 2@@Z
     ?recordExtraCost at Heap@JSC@@AAEXI at Z
     ?reifyString at StringBuilder@WTF@@AAEXXZ
-    ?release at OSAllocator@WTF@@SAXPAXI at Z
+    ?releaseDecommitted at OSAllocator@WTF@@SAXPAXI at Z
     ?releaseStack at MarkStack@JSC@@CAXPAXI at Z
     ?reserveAndCommit at OSAllocator@WTF@@SAPAXIW4Usage at 12@_N1 at Z
     ?reset at ParserArena@JSC@@QAEXXZ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list