Ignore:
Timestamp:
Nov 16, 2008, 6:08:54 PM (17 years ago)
Author:
[email protected]
Message:

2008-11-16 Geoffrey Garen <[email protected]>

Roll out r38461 (my last patch) because it broke the world.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/masm/X86Assembler.h

    r38461 r38463  
    123123    }
    124124   
    125     void* executableCopy()
     125    void* copy()
    126126    {
    127127        if (!m_size)
     
    11071107    }
    11081108   
    1109     void* executableCopy()
    1110     {
    1111         return m_buffer->executableCopy();
     1109    void* copy()
     1110    {
     1111        return m_buffer->copy();
    11121112    }
    11131113
Note: See TracChangeset for help on using the changeset viewer.