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

Issue 41003003: Remove virtual destructors for CSSMatrix and CSSVariablesMap (Closed)

Created:
7 years, 2 months ago by Inactive
Modified:
7 years, 2 months ago
CC:
blink-reviews, dglazkov+blink, apavlov+blink_chromium.org, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove virtual destructors for CSSMatrix and CSSVariablesMap Remove destructors for CSSMatrix and CSSVariablesMap as these were empty and marked as virtual. This avoids creating an unnecessary vtable as these classes are never subclasses nor do they have any virtual function. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160482

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -8 lines) Patch
M Source/core/css/CSSMatrix.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSMatrix.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/css/CSSVariablesMap.h View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Inactive
7 years, 2 months ago (2013-10-24 18:21:22 UTC) #1
Julien - ping for review
lgtm, the empty BUG= is usually removed from the description.
7 years, 2 months ago (2013-10-24 18:26:25 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/41003003/1
7 years, 2 months ago (2013-10-24 18:30:44 UTC) #3
commit-bot: I haz the power
7 years, 2 months ago (2013-10-24 19:24:10 UTC) #4
Message was sent while issue was closed.
Change committed as 160482

Powered by Google App Engine
This is Rietveld 408576698