Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Issue 848953003: Drop (empty) virtual destructor from Iterable<> class (Closed)

Created:
5 years, 11 months ago by Jens Widell
Modified:
5 years, 11 months ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, sof, eae+blinkwatch, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Drop (empty) virtual destructor from Iterable<> class It's not needed, and needlessly taints garbage collected sub-classes such that they need to be marked as "finalized". BUG=432683 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188636

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M Source/core/dom/Iterable.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/fetch/Headers.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
Jens Widell
PTAL I don't know if this is considered a good thing or a bad thing. ...
5 years, 11 months ago (2015-01-19 13:52:19 UTC) #2
haraken
LGTM. If something in the Iterable hierarchy requires finalization, the GC plugin will complain about ...
5 years, 11 months ago (2015-01-19 13:57:51 UTC) #3
haraken
5 years, 11 months ago (2015-01-19 13:57:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/848953003/1
5 years, 11 months ago (2015-01-19 14:04:38 UTC) #7
commit-bot: I haz the power
5 years, 11 months ago (2015-01-19 16:32:06 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188636

Powered by Google App Engine
This is Rietveld 408576698