Changeset 44512 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jun 8, 2009, 4:52:09 PM (16 years ago)
Author:
Dimitri Glazkov
Message:

2009-06-08 Dimitri Glazkov <Dimitri Glazkov>

Unreviewed, another Windows build fix.

Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r44511 r44512  
    44
    55        * wtf/Platform.h: Only test the value of the macro once we know it is defined.
     6
     72009-06-08  Dimitri Glazkov  <[email protected]>
     8
     9        Unreviewed, another Windows build fix.
     10
     11        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     12        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
    613
    7142009-06-08  Dimitri Glazkov  <[email protected]>
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r44454 r44512  
    181181    ?objectProtoFuncToString@JSC@@YI?AVJSValue@1@PAVExecState@1@PAVJSObject@1@V21@ABVArgList@1@@Z
    182182    ?parse@Parser@JSC@@AAEXPAVJSGlobalData@2@PAHPAVUString@2@@Z
    183     ?parseDate@JSC@@YANABVUString@1@@Z
     183    ?parseDateFromNullTerminatedCharacters@WTF@@YANPBD@Z
    184184    ?primaryHeapBegin@Heap@JSC@@QAE?AV?$CollectorHeapIterator@$0A@@2@XZ
    185185    ?primaryHeapEnd@Heap@JSC@@QAE?AV?$CollectorHeapIterator@$0A@@2@XZ
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def

    r44454 r44512  
    181181    ?objectProtoFuncToString@JSC@@YI?AVJSValue@1@PAVExecState@1@PAVJSObject@1@V21@ABVArgList@1@@Z
    182182    ?parse@Parser@JSC@@AAEXPAVJSGlobalData@2@PAHPAVUString@2@@Z
    183     ?parseDate@JSC@@YANABVUString@1@@Z
     183    ?parseDateFromNullTerminatedCharacters@WTF@@YANPBD@Z
    184184    ?primaryHeapBegin@Heap@JSC@@QAE?AV?$CollectorHeapIterator@$0A@@2@XZ
    185185    ?primaryHeapEnd@Heap@JSC@@QAE?AV?$CollectorHeapIterator@$0A@@2@XZ
Note: See TracChangeset for help on using the changeset viewer.