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

Issue 43563005: Remove RealtimeAnalyser's virtual destructor (Closed)

Created:
7 years, 1 month ago by Inactive
Modified:
7 years, 1 month ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove RealtimeAnalyser's virtual destructor Remove RealtimeAnalyser's destructor as it was empty and marked as virtual. This avoids creating an unnecessary vtable as this class is never subclassed nor does it have any virtual function. BUG=311561 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160636

Patch Set 1 #

Patch Set 2 : Mark classes as FINAL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -6 lines) Patch
Source/modules/webaudio/RealtimeAnalyser.h View 1 1 chunk +1 line, -2 lines 0 comments Download
Source/modules/webaudio/RealtimeAnalyser.cpp View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Inactive
7 years, 1 month ago (2013-10-25 18:42:41 UTC) #1
Ken Russell (switch to Gerrit)
Please see my comment on http://crbug.com/311561 . I'd like that answered before reviewing this CL.
7 years, 1 month ago (2013-10-25 20:59:21 UTC) #2
Inactive
On 2013/10/25 20:59:21, Ken Russell wrote: > Please see my comment on http://crbug.com/311561 . I'd ...
7 years, 1 month ago (2013-10-25 21:58:53 UTC) #3
Ken Russell (switch to Gerrit)
Thank you. LGTM
7 years, 1 month ago (2013-10-25 22:16:50 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/43563005/70001
7 years, 1 month ago (2013-10-25 22:20:28 UTC) #5
commit-bot: I haz the power
7 years, 1 month ago (2013-10-25 23:13:26 UTC) #6
Message was sent while issue was closed.
Change committed as 160636

Powered by Google App Engine
This is Rietveld 408576698