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

sfalken at apple.com sfalken at apple.com
Thu Apr 8 01:00:08 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 3da4a477db210380e2d7b97f7a0edb2d1ca55615
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 11 19:34:47 2010 +0000

    Windows build fix.
    Remove extraneous entries from def file causing build warning.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53087 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index c6af109..e1c0c7d 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-11  Steve Falkenburg  <sfalken at apple.com>
+
+        Windows build fix.
+        Remove extraneous entries from def file causing build warning.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
 2010-01-10  Kent Hansen  <kent.hansen at nokia.com>
 
         Reviewed by Darin Adler.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index db3b769..b9a85cf 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -180,14 +180,12 @@ EXPORTS
     ?isHostFunctionNonInline at JSFunction@JSC@@ABE_NXZ
     ?isMainThread at WTF@@YA_NXZ
     ?isVariableObject at JSVariableObject@JSC@@UBE_NXZ
-    ?jsArrayVPtr at JSGlobalData@JSC@@2PAXA
     ?jsNumberCell at JSC@@YA?AVJSValue at 1@PAVExecState at 1@N at Z
     ?jsOwnedString at JSC@@YAPAVJSString at 1@PAVJSGlobalData at 1@ABVUString at 1@@Z
     ?jsRegExpCompile@@YAPAUJSRegExp@@PB_WHW4JSRegExpIgnoreCaseOption@@W4JSRegExpMultilineOption@@PAIPAPBD at Z
     ?jsRegExpExecute@@YAHPBUJSRegExp@@PB_WHHPAHH at Z
     ?jsRegExpFree@@YAXPAUJSRegExp@@@Z
     ?jsString at JSC@@YAPAVJSString at 1@PAVJSGlobalData at 1@ABVUString at 1@@Z
-    ?jsStringVPtr at JSGlobalData@JSC@@2PAXA
     ?lock at JSLock@JSC@@SAXW4JSLockBehavior at 2@@Z
     ?lock at Mutex@WTF@@QAEXXZ
     ?lockAtomicallyInitializedStaticMutex at WTF@@YAXXZ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list