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

barraclough at apple.com barraclough at apple.com
Wed Dec 22 12:16:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2d1ce443b1f84cad64ceed4313205284755dbd2a
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 18 08:16:53 2010 +0000

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

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index d3aa5bb..e88ba43 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-18  Gavin Barraclough  <barraclough at apple.com>
+
+        Windows build fix.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+        * JavaScriptCore.xcodeproj/project.pbxproj:
+
 2010-08-17  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index b9d4a3c..1c71109 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -310,7 +310,6 @@ EXPORTS
     ?toObjectSlowCase at JSValue@JSC@@ABEPAVJSObject at 2@PAVExecState at 2@@Z
     ?toPrimitive at JSCell@JSC@@UBE?AVJSValue at 2@PAVExecState at 2@W4PreferredPrimitiveType at 2@@Z
     ?toPrimitive at JSString@JSC@@EBE?AVJSValue at 2@PAVExecState at 2@W4PreferredPrimitiveType at 2@@Z
-    ?toStrictUInt32 at UString@JSC@@QBEIPA_N at Z
     ?toString at JSCell@JSC@@UBE?AVUString at 2@PAVExecState at 2@@Z
     ?toString at JSObject@JSC@@UBE?AVUString at 2@PAVExecState at 2@@Z
     ?toString at JSString@JSC@@EBE?AVUString at 2@PAVExecState at 2@@Z
@@ -318,8 +317,6 @@ EXPORTS
     ?toThisObject at JSObject@JSC@@UBEPAV12 at PAVExecState@2@@Z
     ?toThisObject at JSString@JSC@@EBEPAVJSObject at 2@PAVExecState at 2@@Z
     ?toThisObjectSlowCase at JSValue@JSC@@ABEPAVJSObject at 2@PAVExecState at 2@@Z
-    ?toUInt32 at UString@JSC@@QBEIPA_N at Z
-    ?toUInt32 at UString@JSC@@QBEIPA_N_N at Z
     ?toUInt32SlowCase at JSC@@YAINAA_N at Z
     ?tryFastCalloc at WTF@@YA?AUTryMallocReturnValue at 1@II at Z
     ?tryFastMalloc at WTF@@YA?AUTryMallocReturnValue at 1@I at Z
diff --git a/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
index e59fc7a..511a7a0 100644
--- a/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
@@ -2326,7 +2326,6 @@
 			isa = PBXProject;
 			buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
 			compatibilityVersion = "Xcode 2.4";
-			developmentRegion = English;
 			hasScannedForEncodings = 1;
 			knownRegions = (
 				English,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list