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

darin at apple.com darin at apple.com
Wed Dec 22 13:32:08 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bd5e00c89382cf89bb00f75675f1861741220e87
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 18 23:02:41 2010 +0000

    First step in fixing Windows build.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    Removed incorrect symbol. The build will probably still fail,
    but the failure will tell us what symbol to add.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67796 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 3dc5c77..cf3d11e 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-18  Darin Adler  <darin at apple.com>
+
+        First step in fixing Windows build.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+        Removed incorrect symbol. The build will probably still fail,
+        but the failure will tell us what symbol to add.
+
 2010-09-18  Michael Saboff  <msaboff at apple.com>
 
         Reviewed by Gavin Barraclough.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 7226326..6d9fe40 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -232,7 +232,6 @@ EXPORTS
     ?nonInlineNaN at JSC@@YANXZ
     ?objectCount at Heap@JSC@@QBEIXZ
     ?objectProtoFuncToString at JSC@@YI_JPAVExecState at 1@@Z
-    ?parse at Parser@JSC@@AAEXPAVJSGlobalData at 2@PAHPAVUString at 2@@Z
     ?parseDateFromNullTerminatedCharacters at WTF@@YANPBD at Z
     ?pool at WeakGCHandle@JSC@@QAEPAVWeakGCHandlePool at 2@XZ
     ?profiler at Profiler@JSC@@SAPAV12 at XZ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list