[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00

oliver at apple.com oliver at apple.com
Wed Mar 17 18:09:06 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 30b6b9f683edbec29b6b75e339d925de62c5aa6f
Author: oliver at apple.com <oliver at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 2 08:32:30 2010 +0000

    2010-03-02  Oliver Hunt  <oliver at apple.com>
    
            Reviewed by NOBODY (Build fix).
    
            Export function on windows.
    
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55403 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 496d60a..ff0e973 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-02  Oliver Hunt  <oliver at apple.com>
+
+        Reviewed by NOBODY (Build fix).
+
+        Export function on windows.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
 2010-03-01  Oliver Hunt  <oliver at apple.com>
 
         Reviewed by Maciej Stachowiak.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 76ad302..ab6e310 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -130,6 +130,7 @@ EXPORTS
     ?from at UString@JSC@@SA?AV12 at H@Z
     ?from at UString@JSC@@SA?AV12 at I@Z
     ?from at UString@JSC@@SA?AV12 at N@Z
+    ?functionGetter at PropertySlot@JSC@@ABE?AVJSValue at 2@PAVExecState at 2@@Z
     ?functionName at DebuggerCallFrame@JSC@@QBEPBVUString at 2@XZ
     ?getCallData at JSCell@JSC@@UAE?AW4CallType at 2@AATCallData at 2@@Z
     ?getConstructData at JSCell@JSC@@UAE?AW4ConstructType at 2@AATConstructData at 2@@Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list