Changeset 16743 in webkit


Ignore:
Timestamp:
Oct 3, 2006 3:14:54 PM (18 years ago)
Author:
bdash
Message:

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.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r16741 r16743  
     12006-10-03  Mark Rowe  <bdash@webkit.org>
     2
     3        Reviewed by Mitz.
     4
     5        http://bugs.webkit.org/show_bug.cgi?id=11137
     6        Bug 11137: GdkLauncher dies with "pure virtual method called" if
     7        window is closed while page still loading
     8
     9        * platform/gdk/FrameGdk.cpp:
     10        (WebCore::FrameGdk::~FrameGdk): Call cancelAndClear to allow virtual
     11        methods to be called before the FrameGdk portion of "this" is torn down.
     12
    1132006-10-03  Adam Roben  <aroben@apple.com>
    214
  • trunk/WebCore/platform/gdk/FrameGdk.cpp

    r16733 r16743  
    124124FrameGdk::~FrameGdk()
    125125{
     126    cancelAndClear();
    126127}
    127128
Note: See TracChangeset for help on using the changeset viewer.