[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:00 UTC 2010


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

    2010-09-07  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by James Robinson.
    
            Fix Windows build after r66936
            https://bugs.webkit.org/show_bug.cgi?id=45348
    
            Add symbol names that were missing from r66936.
    
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66940 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 3e501de..66c59dd 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,16 @@
 2010-09-07  Mihai Parparita  <mihaip at chromium.org>
 
+        Reviewed by James Robinson.
+
+        Fix Windows build after r66936
+        https://bugs.webkit.org/show_bug.cgi?id=45348
+
+        Add symbol names that were missing from r66936.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2010-09-07  Mihai Parparita  <mihaip at chromium.org>
+
         Reviewed by Oliver Hunt.
 
         pushState and replaceState do not clone RegExp objects correctly
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index ef9d46f..c484a7c 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -1,5 +1,6 @@
 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
@@ -17,6 +18,7 @@ EXPORTS
     ??0Mutex at WTF@@QAE at XZ
     ??0PrototypeFunction at JSC@@QAE at PAVExecState@1 at PAVJSGlobalObject@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@HABVIdentifier at 1@P6I_J0 at Z@Z
     ??0RefCountedLeakCounter at WTF@@QAE at PBD@Z
+    ??0RegExpObject at JSC@@QAE at PAVJSGlobalObject@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@V?$NonNullPassRefPtr at VRegExp@JSC@@@4@@Z
     ??0StringObject at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@ABVUString at 1@@Z
     ??0Structure at JSC@@AAE at VJSValue@1 at ABVTypeInfo@1 at I@Z
     ??0ThreadCondition at WTF@@QAE at XZ
@@ -80,6 +82,7 @@ EXPORTS
     ?create at ByteArray@WTF@@SA?AV?$PassRefPtr at VByteArray@WTF@@@2 at I@Z
     ?create at JSGlobalData@JSC@@SA?AV?$PassRefPtr at VJSGlobalData@JSC@@@WTF@@W4ThreadStackType at 2@@Z
     ?create at OpaqueJSString@@SA?AV?$PassRefPtr at UOpaqueJSString@@@WTF@@ABVUString at JSC@@@Z
+    ?create at RegExp@JSC@@SA?AV?$PassRefPtr at VRegExp@JSC@@@WTF@@PAVJSGlobalData at 2@ABVUString at 2@1 at Z
     ?createEmptyString at SmallStrings@JSC@@AAEXPAVJSGlobalData at 2@@Z
     ?createError at JSC@@YAPAVJSObject at 1@PAVExecState at 1@ABVUString at 1@@Z
     ?createInheritorID at JSObject@JSC@@AAEPAVStructure at 2@XZ
@@ -190,6 +193,7 @@ EXPORTS
     ?hasTransition at Structure@JSC@@QAE_NPAVStringImpl at WTF@@I at Z
     ?heap at Heap@JSC@@SAPAV12 at VJSValue@2@@Z
     ?increment at RefCountedLeakCounter@WTF@@QAEXXZ
+    ?info at RegExpObject@JSC@@2UClassInfo at 2@B
     ?init at AtomicString@WTF@@SAXXZ
     ?init at JSGlobalObject@JSC@@AAEXPAVJSObject at 2@@Z
     ?initializeMainThread at WTF@@YAXXZ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list