* WebView.subproj/WebFrame.m:
(-[WebFrame _detachFromParent]):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8061
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2004-11-22 Maciej Stachowiak <mjs@apple.com>
+
+ Back out the window closing fix, it seems to be causing crashes.
+
+ * WebView.subproj/WebFrame.m:
+ (-[WebFrame _detachFromParent]):
+
2004-11-20 Maciej Stachowiak <mjs@apple.com>
Reviewed by John.
[bridge close];
- // autorelease instead of releasing, since this code path is used in the case of window
- // close and we want to defer the possibly slow destruction of WebCore resources until
- // after the window actually closes.
- [bridge autorelease];
+ [bridge release];
}
- (void)_setDataSource:(WebDataSource *)ds