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

Issue 43773003: Remove virtual destructors for several platform support classes (Closed)

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

Description

Remove virtual destructors for several platform support classes Remove destructors for the following platform support classes: WebRTCICECandidatePrivate, WebRTCSessionDescriptionPrivate and WebSourceInfoPrivate. Those destructors were empty and marked as virtual. This avoid creating unnecessary vtables since these classes are never subclassed, nor do they have any virtual function. BUG=311561 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160594

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -15 lines) Patch
M Source/core/platform/chromium/support/WebRTCICECandidate.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/platform/chromium/support/WebRTCSessionDescription.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/platform/chromium/support/WebSourceInfo.cpp View 2 chunks +0 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Inactive
7 years, 1 month ago (2013-10-25 14:10:16 UTC) #1
abarth-chromium
lgtm
7 years, 1 month ago (2013-10-25 16:03:33 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/43773003/1
7 years, 1 month ago (2013-10-25 16:03:40 UTC) #3
commit-bot: I haz the power
7 years, 1 month ago (2013-10-25 16:56:54 UTC) #4
Message was sent while issue was closed.
Change committed as 160594

Powered by Google App Engine
This is Rietveld 408576698