Changeset 47272 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Aug 14, 2009, 12:09:21 AM (16 years ago)
Author:
[email protected]
Message:

Remove MarkStack::drain from the JSC exports file

MarkStack::drain is now marked inline, the including it in the exports file
produces an ld warning

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r47271 r47272  
     12009-08-14  Oliver Hunt  <[email protected]>
     2
     3        Reviewed by NOBODY (Build fix).
     4
     5        Remove MarkStack::drain from the JSC exports file
     6
     7        MarkStack::drain is now marked inline, the including it in the exports file
     8        produces an ld warning
     9
     10        * JavaScriptCore.exp:
     11
    1122009-08-13  Sam Weinig  <[email protected]>
    213
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r47267 r47272  
    263263__ZN3JSC9MarkStack13allocateStackEm
    264264__ZN3JSC9MarkStack18initializePagesizeEv
    265 __ZN3JSC9MarkStack5drainEv
    266265__ZN3JSC9Structure17stopIgnoringLeaksEv
    267266__ZN3JSC9Structure18startIgnoringLeaksEv
Note: See TracChangeset for help on using the changeset viewer.