Ignore:
Timestamp:
Oct 21, 2007, 9:53:12 AM (18 years ago)
Author:
darin
Message:
  • kjs/array_object.cpp: (KJS::ArrayInstance::put): Add missing assignment that was causing regression test crash.
File:
1 edited

Legend:

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

    r26847 r26848  
    228228    overflow = new OverflowMap;
    229229    if (!storage)
    230       allocateStorage(1);
     230      storage = allocateStorage(1);
    231231    storage[-2] = reinterpret_cast<JSValue*>(overflow);
    232232  }
Note: See TracChangeset for help on using the changeset viewer.