Changeset 57457 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Apr 11, 2010, 2:04:34 PM (15 years ago)
Author:
[email protected]
Message:

<rdar://problem/7851332> Fix the build.

Reviewed by Sam Weinig.

  • wtf/FastMalloc.cpp:

(WTF::TCMallocStats::): Initialize extra members of malloc_introspection_t to zero.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/FastMalloc.cpp

    r57318 r57457  
    44564456    , 0 // zone_locked will not be called on the zone unless it advertises itself as version five or higher.
    44574457#endif
     4458#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD) && !OS(IPHONE_OS)
     4459    , 0, 0, 0, 0 // These members will not be used unless the zone advertises itself as version seven or higher.
     4460#endif
    44584461
    44594462    };
Note: See TracChangeset for help on using the changeset viewer.