|
|
Created:
6 years, 9 months ago by zerny-chromium Modified:
6 years, 9 months ago Reviewers:
haraken CC:
blink-reviews, oilpan-reviews Base URL:
svn://svn.chromium.org/blink/trunk Visibility:
Public. |
DescriptionOilpan: Remove unused destructor from non-finalized SharedWorkerPerformance.
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169915
Patch Set 1 #
Messages
Total messages: 23 (0 generated)
The change looks OK, but what's the problem this CL is going to solve?
The rule is that if a class has a destructor it must be derived from a GC-finanalized class. Otherwise the dtor is dead code (which is not always obvious). In this case the dtor is not needed and so I removed it instead of making SharedWorkerPerformance GarbageCollectedFinalized. This "error" was caught by the clang plugin. On Mon, Mar 24, 2014 at 12:20 PM, <haraken@chromium.org> wrote: > The change looks OK, but what's the problem this CL is going to solve? > > > https://codereview.chromium.org/209413007/ > To unsubscribe from this group and stop receiving emails from it, send an email to blink-reviews+unsubscribe@chromium.org.
> The rule is that if a class has a destructor it must be derived from a > GC-finanalized class. Otherwise the dtor is dead code (which is not always > obvious). In this case the dtor is not needed and so I removed it instead > of making SharedWorkerPerformance GarbageCollectedFinalized. Makes sense. LGTM.
The CQ bit was checked by zerny@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/209413007/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: tryserver.blink on win_blink_rel
The CQ bit was checked by zerny@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/209413007/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: tryserver.blink on win_blink_rel
The CQ bit was checked by zerny@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/209413007/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: tryserver.blink on win_blink_rel
The CQ bit was checked by zerny@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/209413007/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: tryserver.blink on win_blink_rel
The CQ bit was checked by zerny@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/209413007/1
Message was sent while issue was closed.
Change committed as 169915 |