Reviewed by Mitz.
http://bugs.webkit.org/show_bug.cgi?id=11137
Bug 11137: GdkLauncher dies with "pure virtual method called" if
window is closed while page still loading
* platform/gdk/FrameGdk.cpp:
(WebCore::FrameGdk::~FrameGdk): Call cancelAndClear to allow virtual
methods to be called before the FrameGdk portion of "this" is torn down.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16743
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-03 Mark Rowe <bdash@webkit.org>
+
+ Reviewed by Mitz.
+
+ http://bugs.webkit.org/show_bug.cgi?id=11137
+ Bug 11137: GdkLauncher dies with "pure virtual method called" if
+ window is closed while page still loading
+
+ * platform/gdk/FrameGdk.cpp:
+ (WebCore::FrameGdk::~FrameGdk): Call cancelAndClear to allow virtual
+ methods to be called before the FrameGdk portion of "this" is torn down.
+
2006-10-03 Adam Roben <aroben@apple.com>
Reviewed by Darin.
FrameGdk::~FrameGdk()
{
+ cancelAndClear();
}
bool FrameGdk::openURL(const KURL& url)