[webkit-changes] cvs commit: JavaScriptCore/kjs function.cpp

Alexey ap at opensource.apple.com
Fri Jan 6 03:03:13 PST 2006


ap          06/01/06 03:03:12

  Modified:    kjs      function.cpp
  Log:
  Same as the previous checkin, but should be for real now.
  
  Revision  Changes    Path
  1.67      +1 -1      JavaScriptCore/kjs/function.cpp
  
  Index: function.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/function.cpp,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- function.cpp	6 Jan 2006 10:44:47 -0000	1.66
  +++ function.cpp	6 Jan 2006 11:03:11 -0000	1.67
  @@ -535,7 +535,7 @@
   {
     // There's no way that an activation object can have a prototype or getter/setter properties
     assert(!_prop.hasGetterSetterProperties());
  -  assert(!prototype());
  +  assert(prototype() == jsNull());
   
     _prop.put(propertyName, value, attr, (attr == None || attr == DontDelete));
   }
  
  
  



More information about the webkit-changes mailing list