Changeset 44873 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jun 19, 2009, 2:31:42 PM (16 years ago)
Author:
[email protected]
Message:

2009-06-19 Adam Treat <[email protected]>

Blind attempt at build fix.

Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r44871 r44873  
     12009-06-19  Adam Treat  <[email protected]>
     2
     3        Blind attempt at build fix.
     4
     5        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     6        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
     7
    182009-06-19  Zoltan Horvath  <[email protected]>
    29
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r44845 r44873  
    5353    ?checkSameIdentifierTable@Identifier@JSC@@CAXPAVExecState@2@PAURep@UString@2@@Z
    5454    ?checkSameIdentifierTable@Identifier@JSC@@CAXPAVJSGlobalData@2@PAURep@UString@2@@Z
     55    ?checkSyntax@JSC@@YA?AVCompletion@1@PAVExecState@1@ABVSourceCode@1@@Z
    5556    ?classInfo@InternalFunction@JSC@@UBEPBUClassInfo@2@XZ
    5657    ?classInfo@JSCell@JSC@@UBEPBUClassInfo@2@XZ
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def

    r44845 r44873  
    5353    ?checkSameIdentifierTable@Identifier@JSC@@CAXPAVExecState@2@PAURep@UString@2@@Z
    5454    ?checkSameIdentifierTable@Identifier@JSC@@CAXPAVJSGlobalData@2@PAURep@UString@2@@Z
     55    ?checkSyntax@JSC@@YA?AVCompletion@1@PAVExecState@1@ABVSourceCode@1@@Z
    5556    ?classInfo@InternalFunction@JSC@@UBEPBUClassInfo@2@XZ
    5657    ?classInfo@JSCell@JSC@@UBEPBUClassInfo@2@XZ
Note: See TracChangeset for help on using the changeset viewer.