Ignore:
Timestamp:
Mar 30, 2002, 10:48:51 PM (23 years ago)
Author:
mjs
Message:

Fixed Radar 2891272 (JavaScript crashes loading quicktime.com and
apple.com)

  • kjs/object.cpp: (ObjectImp::~ObjectImp): Don't call setGCAlloc on object internals pointed to, because they may have already been collected by the time this object is collected, and in that case we would corrupt the malloc arena.
  • Makefile.am: Make the stamp file depend on all the sources and headers so the framework gets rebuilt properly.
  • JavaScriptCore.pbproj/project.pbxproj: Some random numbers moved around. No idea what I really changed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj

    r902 r910  
    8282                                0867D69AFE84028FC02AAC07,
    8383                                034768DFFF38A50411DB9C8B,
    84                                 F692A8C802555BA201FF60F7,
    85                                 F692A8C902555BA201FF60F7,
    86                                 F692A8CA02555BA201FF60F7,
    8784                        );
    8885                        isa = PBXGroup;
     
    322319                                F692A85E0255597D01FF60F7,
    323320                                F692A85F0255597D01FF60F7,
     321                                F692A8C802555BA201FF60F7,
     322                                F692A8C902555BA201FF60F7,
     323                                F692A8CA02555BA201FF60F7,
    324324                                F692A8610255597D01FF60F7,
    325325                                F692A8620255597D01FF60F7,
Note: See TracChangeset for help on using the changeset viewer.