Changeset 48339 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Sep 12, 2009, 8:10:36 PM (16 years ago)
Author:
[email protected]
Message:

Build fix for windows exports

Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r48338 r48339  
     12009-09-12  Oliver Hunt  <[email protected]>
     2
     3        Reviewed by NOBODY (Build fix).
     4
     5        Build fix for windows exports.
     6
     7        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     8        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
     9
    1102009-09-12  Oliver Hunt  <[email protected]>
    211
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r48270 r48339  
    139139    ?getPropertyDescriptor@JSObject@JSC@@QAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z
    140140    ?getPropertyNames@JSObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
    141     ?getPropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
    142     ?getPropertyNames@StringObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
     141    ?getOwnPropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
     142    ?getOwnPropertyNames@StringObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
    143143    ?getSlice@ArgList@JSC@@QBEXHAAV12@@Z
    144144    ?getString@JSCell@JSC@@QBE?AVUString@2@XZ
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def

    r48270 r48339  
    139139    ?getPropertyDescriptor@JSObject@JSC@@QAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z
    140140    ?getPropertyNames@JSObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
    141     ?getPropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
    142     ?getPropertyNames@StringObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
     141    ?getOwnPropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
     142    ?getOwnPropertyNames@StringObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
    143143    ?getSlice@ArgList@JSC@@QBEXHAAV12@@Z
    144144    ?getString@JSCell@JSC@@QBE?AVUString@2@XZ
Note: See TracChangeset for help on using the changeset viewer.