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+

Rob Buis
Reported 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.
Attachments
Patch (3.83 KB, patch)
2012-09-04 12:16 PDT, Rob Buis
yong.li.webkit: review+
Rob Buis
Comment 1 2012-09-04 12:16:51 PDT
Rob Buis
Comment 2 2012-09-04 13:16:42 PDT
Note You need to log in before you can comment on or make changes to this bug.