Changeset 51675 in webkit


Ignore:
Timestamp:
Dec 3, 2009 6:53:05 PM (14 years ago)
Author:
barraclough@apple.com
Message:

Try and fix the Windows build.

  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: Export a symbol that should be exported.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r51674 r51675  
     12009-12-03  Gavin Barraclough  <barraclough@apple.com>
     2
     3        Try and fix the Windows build.
     4
     5        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:  Export a symbol that should be exported.
     6
    172009-12-03  Mark Rowe  <mrowe@apple.com>
    28
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r51514 r51675  
    2727    ??1Mutex@WTF@@QAE@XZ
    2828    ??1RefCountedLeakCounter@WTF@@QAE@XZ
     29    ??1Rope@JSString@JSC@@QAE@XZ
    2930    ??1Structure@JSC@@QAE@XZ
    3031    ??1ThreadCondition@WTF@@QAE@XZ
     
    231232    ?reset@TimeoutChecker@JSC@@QAEXXZ
    232233    ?resetDateCache@JSGlobalData@JSC@@QAEXXZ
     234    ?resolveRope@JSString@JSC@@ABEXXZ
    233235    ?restoreAll@Profile@JSC@@QAEXXZ
    234236    ?retrieveCaller@Interpreter@JSC@@QBE?AVJSValue@2@PAVExecState@2@PAVInternalFunction@2@@Z
Note: See TracChangeset for help on using the changeset viewer.