Show
Ignore:
Timestamp:
08/13/08 13:49:09 (5 months ago)
Author:
odole
Message:

merge with webkit revision 35706

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/VM/RegisterFile.h

    r380 r436  
    125125            // FIXME: Use VirtualAlloc, and commit pages as we go. 
    126126            m_buffer = static_cast<Register*>(fastMalloc(bufferLength)); 
    127             ASSERT(m_buffer); 
    128127#elif PLATFORM(AMIGAOS4) 
    129128            m_buffer = static_cast<Register*>(fastMalloc(bufferLength));