Changeset 801 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Mar 22, 2002, 12:44:13 AM (23 years ago)
Author:
mjs
Message:

Fixed the following post-merge crashers:

2885602 - Alexander crashes when clicking on a particular link in Google groups
2885564 - Alexander crashes on load failures

  • src/kdelibs/khtml/khtmlview.cpp: (KHTMLView::~KHTMLView): Fix Radar 2885602 by detaching the document from the view when the view is destroyed. This was making the document reference a destroyed view later.
  • src/kwq/KWQKHTMLPart.mm: (KHTMLPart::~KHTMLPart): Fix Radar 2885564 by checking if m_doc is NULL, since it's now inititally set to NULL. (KHTMLPart::KHTMLPart, KHTMLPart::init): Formatting tweaks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/Makefile.am

    r798 r801  
    101101        ./create_hash_table string_object.cpp -i > string_object.lut.h
    102102
    103 
    104 
    105103BUILT_SOURCES = $(GRAMMAR_FILES) $(LUT_FILES) grammar-stamp
    106104
Note: See TracChangeset for help on using the changeset viewer.