Ignore:
Timestamp:
Jan 6, 2006, 3:03:11 AM (19 years ago)
Author:
ap
Message:

Same as the previous checkin, but should be for real now.

File:
1 edited

Legend:

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

    r11908 r11910  
    536536  // There's no way that an activation object can have a prototype or getter/setter properties
    537537  assert(!_prop.hasGetterSetterProperties());
    538   assert(!prototype());
     538  assert(prototype() == jsNull());
    539539
    540540  _prop.put(propertyName, value, attr, (attr == None || attr == DontDelete));
Note: See TracChangeset for help on using the changeset viewer.