[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

barraclough at apple.com barraclough at apple.com
Mon Dec 27 16:29:15 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 68476ff1678d9d90747334eddefa23220698c361
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 22 04:54:44 2010 +0000

    Windows build fix.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74457 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index da568fc..6caf407 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-21  Gavin Barraclough  <barraclough at apple.com>
 
+        Windows build fix.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2010-12-21  Gavin Barraclough  <barraclough at apple.com>
+
         Speculative build fix.
 
         * jit/ExecutableAllocator.cpp:
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index d28739f..eabb4da 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -1,4 +1,3 @@
-EXPORTS
 
     ??0CString at WTF@@QAE at PBD@Z
     ??0CString at WTF@@QAE at PBDI@Z
@@ -7,6 +6,7 @@ EXPORTS
     ??0DateInstance at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@N at Z
     ??0DefaultGCActivityCallback at JSC@@QAE at PAVHeap@1@@Z
     ??0DropAllLocks at JSLock@JSC@@QAE at W4JSLockBehavior@2@@Z
+    ??0DynamicGlobalObjectScope at JSC@@QAE at PAVExecState@1 at PAVJSGlobalObject@1@@Z
     ??0InternalFunction at JSC@@IAE at PAVJSGlobalData@1 at PAVJSGlobalObject@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@ABVIdentifier at 1@@Z
     ??0JSArray at JSC@@QAE at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@@Z
     ??0JSArray at JSC@@QAE at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@ABVArgList at 1@@Z
@@ -358,3 +358,4 @@ EXPORTS
     WTFReportAssertionFailure
     WTFReportAssertionFailureWithMessage
     WTFReportError
+EXPORTS

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list