Changeset 50706 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 9, 2009, 7:31:12 PM (16 years ago)
Author:
[email protected]
Message:

Build fix: export a new symbol.

Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r50705 r50706  
     12009-11-09  Geoffrey Garen  <[email protected]>
     2
     3        Build fix: export a new symbol.
     4
     5        * JavaScriptCore.exp:
     6        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     7
    182009-11-09  Geoffrey Garen  <[email protected]>
    29
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r50633 r50706  
    112112__ZN3JSC12JSGlobalData13startSamplingEv
    113113__ZN3JSC12JSGlobalData14dumpSampleDataEPNS_9ExecStateE
     114__ZN3JSC12JSGlobalData14resetDateCacheEv
    114115__ZN3JSC12JSGlobalData14sharedInstanceEv
    115116__ZN3JSC12JSGlobalData6createEb
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r50633 r50706  
    22
    33EXPORTS
     4   
    45    ??0Collator@WTF@@QAE@PBD@Z
    56    ??0DateInstance@JSC@@QAE@PAVExecState@1@N@Z
     
    229230    ?reset@ParserArena@JSC@@QAEXXZ
    230231    ?reset@TimeoutChecker@JSC@@QAEXXZ
     232    ?resetDateCache@JSGlobalData@JSC@@QAEXXZ
    231233    ?restoreAll@Profile@JSC@@QAEXXZ
    232234    ?retrieveCaller@Interpreter@JSC@@QBE?AVJSValue@2@PAVExecState@2@PAVInternalFunction@2@@Z
     
    313315    WTFReportAssertionFailureWithMessage
    314316    WTFReportError
    315    
Note: See TracChangeset for help on using the changeset viewer.