[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bweinstein at apple.com bweinstein at apple.com
Thu Apr 8 02:19:19 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit df7f00c24311bc6256a3b9a0102682e4488958a1
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Mar 11 04:05:55 2010 +0000

    Windows build fix - add an missing symbol to be exported
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55828 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index f9292d6..7f13339 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -113,6 +113,7 @@ EXPORTS
     ?didTimeOut at TimeoutChecker@JSC@@QAE_NPAVExecState at 2@@Z
     ?doubleToStringInJavaScriptFormat at WTF@@YAXNQADPAI at Z
     ?dumpSampleData at JSGlobalData@JSC@@QAEXPAVExecState at 2@@Z
+    ?empty at UStringImpl@JSC@@SAPAV12 at XZ
     ?enumerable at PropertyDescriptor@JSC@@QBE_NXZ
     ?equal at Identifier@JSC@@SA_NPBVUStringImpl at 2@PBD at Z
     ?equal at JSC@@YA_NPBVUStringImpl at 1@0 at Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list