Changeset 19354 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Feb 2, 2007, 1:35:54 AM (18 years ago)
Author:
mjs
Message:
  • not reviewed, build fix
  • wtf/ListHashSet.h: (WTF::ListHashSetNodeAllocator::ListHashSetNodeAllocator): ummm, use union correctly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/ListHashSet.h

    r19352 r19354  
    120120            : m_freeList(pool())
    121121        {
    122             memset(m_pool, 0, sizeof(m_pool)); 
     122            memset(m_pool.pool, 0, sizeof(m_pool)); 
    123123        }
    124124
Note: See TracChangeset for help on using the changeset viewer.