RESOLVED FIXED 95769
[BlackBerry] Provide virtual dtor for DumpRenderTreeClient
https://bugs.webkit.org/show_bug.cgi?id=95769
Summary [BlackBerry] Provide virtual dtor for DumpRenderTreeClient
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.