Changeset 48076 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 4, 2009, 2:45:17 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r48068 r48076 1 2009-09-04 Steve Falkenburg <[email protected]> 2 3 Windows build fix. 4 5 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: Remove unneeded export. 6 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def: Remove unneeded export. 7 1 8 2009-09-04 Darin Adler <[email protected]> 2 9 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
r47806 r48076 179 179 ?markChildren@JSGlobalObject@JSC@@UAEXAAVMarkStack@2@@Z 180 180 ?markChildren@JSObject@JSC@@UAEXAAVMarkStack@2@@Z 181 ?markChildren@JSWrapperObject@JSC@@UAEXAAVMarkStack@2@@Z182 181 ?materializePropertyMap@Structure@JSC@@AAEXXZ 183 182 ?name@InternalFunction@JSC@@QAEABVUString@2@PAVJSGlobalData@2@@Z -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
r47838 r48076 179 179 ?markChildren@JSGlobalObject@JSC@@UAEXAAVMarkStack@2@@Z 180 180 ?markChildren@JSObject@JSC@@UAEXAAVMarkStack@2@@Z 181 ?markChildren@JSWrapperObject@JSC@@UAEXAAVMarkStack@2@@Z182 181 ?materializePropertyMap@Structure@JSC@@AAEXXZ 183 182 ?name@InternalFunction@JSC@@QAEABVUString@2@PAVJSGlobalData@2@@Z
Note:
See TracChangeset
for help on using the changeset viewer.