Changeset 208709 in webkit


Ignore:
Timestamp:
Nov 14, 2016 2:18:14 PM (7 years ago)
Author:
mark.lam@apple.com
Message:

Build fix after r208690.
https://bugs.webkit.org/show_bug.cgi?id=164681

Not reviewed.

  • wtf/FastMalloc.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r208690 r208709  
     12016-11-14  Mark Lam  <mark.lam@apple.com>
     2
     3        Build fix after r208690.
     4        https://bugs.webkit.org/show_bug.cgi?id=164681
     5
     6        Not reviewed.
     7
     8        * wtf/FastMalloc.h:
     9
    1102016-11-13  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Source/WTF/wtf/FastMalloc.h

    r208690 r208709  
    2929
    3030#if !defined(NDEBUG)
    31 void fastSetMaxSingleAllocationSize(size_t);
     31WTF_EXPORT_PRIVATE void fastSetMaxSingleAllocationSize(size_t);
    3232#endif
    3333
Note: See TracChangeset for help on using the changeset viewer.