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

jamesr at google.com jamesr at google.com
Wed Dec 22 13:10:08 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e3b5d567afe68ca6e10684ea2521909a7b668dd9
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 8 01:15:07 2010 +0000

    2010-09-07  James Robinson  <jamesr at chromium.org>
    
            Compile fix attempt for windows.
    
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66943 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 66c59dd..014c5f8 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-07  James Robinson  <jamesr at chromium.org>
+
+        Compile fix attempt for windows.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
 2010-09-07  Mihai Parparita  <mihaip at chromium.org>
 
         Reviewed by James Robinson.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index c484a7c..7226326 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -1,6 +1,5 @@
 EXPORTS
 
-    ??_GRegExp at JSC@@QAEPAXI at Z
     ??0CString at WTF@@QAE at PBD@Z
     ??0CString at WTF@@QAE at PBDI@Z
     ??0Collator at WTF@@QAE at PBD@Z
@@ -34,6 +33,7 @@ EXPORTS
     ??1JSGlobalObject at JSC@@UAE at XZ
     ??1Mutex at WTF@@QAE at XZ
     ??1RefCountedLeakCounter at WTF@@QAE at XZ
+    ??1RegExp at JSC@@QAE at XZ
     ??1Structure at JSC@@QAE at XZ
     ??1ThreadCondition at WTF@@QAE at XZ
     ??1WTFThreadData at WTF@@QAE at XZ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list