[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

ggaren at apple.com ggaren at apple.com
Wed Dec 22 18:14:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cd899b8300c161df30e3c44301c40124a63eefd2
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 9 01:50:40 2010 +0000

    Try to fix Windows build.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: Updated .def
    file to remove a symbol -- the next build failure will say which symbol
    to add back.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73577 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index f45ade7..97d3509 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -2,6 +2,14 @@
 
         Try to fix Windows build.
 
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: Updated .def
+        file to remove a symbol -- the next build failure will say which symbol
+        to add back.
+
+2010-12-08  Geoffrey Garen  <ggaren at apple.com>
+
+        Try to fix Windows build.
+
         * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: Updated .def file.
 
 2010-12-08  Geoffrey Garen  <ggaren at apple.com>
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index f3f9c57..9f17d7f 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -267,8 +267,6 @@ EXPORTS
     ?reifyString at StringBuilder@WTF@@AAEXXZ
     ?release at OSAllocator@WTF@@SAXPAXI at Z
     ?releaseStack at MarkStack@JSC@@CAXPAXI at Z
-    ?reserveAndCommit at OSAllocator@WTF@@SAPAXI at Z
-    ?reserveAndCommit at OSAllocator@WTF@@SAPAXI at Z
     ?reset at ParserArena@JSC@@QAEXXZ
     ?reset at TimeoutChecker@JSC@@QAEXXZ
     ?resetDateCache at JSGlobalData@JSC@@QAEXXZ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list