Ignore:
Timestamp:
Dec 20, 2007, 12:33:42 PM (17 years ago)
Author:
Darin Adler
Message:
  • roll out that last change -- it was causing test failures; I'll check it back in after fixing them
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/array_instance.cpp

    r28782 r28899  
    181181bool ArrayInstance::getOwnPropertySlot(ExecState* exec, unsigned i, PropertySlot& slot)
    182182{
    183     return inlineGetOwnPropertySlot(exec, i, slot);
     183    return JSObject::getOwnPropertySlot(exec, i, slot);
    184184}
    185185
Note: See TracChangeset for help on using the changeset viewer.