Bug 95769

Summary: [BlackBerry] Provide virtual dtor for DumpRenderTreeClient
Product: WebKit Reporter: Rob Buis <rwlbuis>
Component: WebKit BlackBerryAssignee: Rob Buis <rwlbuis>
Status: RESOLVED FIXED    
Severity: Normal CC: mifenton, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch yong.li.webkit: review+

Description Rob Buis 2012-09-04 12:13:46 PDT
We have virtual methods in DumpRenderTreeClient but no virtual dtor. This seems wrong since we delete a pointer to it in WebPage, so the subclass dtor in DumpRenderTree is not called.
Comment 1 Rob Buis 2012-09-04 12:16:51 PDT
Created attachment 162077 [details]
Patch
Comment 2 Rob Buis 2012-09-04 13:16:42 PDT
Committed r127486: <http://trac.webkit.org/changeset/127486>