Changeset 96809 in webkit


Ignore:
Timestamp:
Oct 6, 2011 6:43:04 AM (13 years ago)
Author:
gavinp@chromium.org
Message:

export new stack dumping method
https://bugs.webkit.org/show_bug.cgi?id=69018

The original landing of bug 69018 didn't export WTFGetBacktrace, so that when bug 69453 landed, the first use
of this function, many builds broke. So here we add the exports, so that the function is usable.

Reviewed by Adam Roben.

Location:
trunk/Source/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r96802 r96809  
     12011-10-06  Gavin Peters  <gavinp@chromium.org>
     2
     3        export new stack dumping method
     4        https://bugs.webkit.org/show_bug.cgi?id=69018
     5
     6        The original landing of bug 69018 didn't export WTFGetBacktrace, so that when bug 69453 landed, the first use
     7        of this function, many builds broke.  So here we add the exports, so that the function is usable.
     8
     9        Reviewed by Adam Roben.
     10
     11        * JavaScriptCore.exp:
     12        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     13
    1142011-10-06  Csaba Osztrogonác  <ossy@webkit.org>
    215
  • trunk/Source/JavaScriptCore/JavaScriptCore.exp

    r96760 r96809  
    9191_JSWeakObjectMapRemove
    9292_JSWeakObjectMapSet
     93_WTFGetBacktrace
    9394_WTFLog
    9495_WTFLogVerbose
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r96783 r96809  
    380380    ?writeBarrier@HandleHeap@JSC@@QAEXPAVJSValue@2@ABV32@@Z
    381381    ?yield@WTF@@YAXXZ
     382    WTFGetBacktrace
    382383    WTFLog
    383384    WTFLogVerbose
Note: See TracChangeset for help on using the changeset viewer.