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

Unified Diff: Source/core/css/CSSVariablesMap.h

Issue 41003003: Remove virtual destructors for CSSMatrix and CSSVariablesMap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/CSSMatrix.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSVariablesMap.h
diff --git a/Source/core/css/CSSVariablesMap.h b/Source/core/css/CSSVariablesMap.h
index 3bd94604b79ad56744e0fcf4d7dd86c3595f941d..b7a051a11f70d35346a35f15d824e8d697b4fa48 100644
--- a/Source/core/css/CSSVariablesMap.h
+++ b/Source/core/css/CSSVariablesMap.h
@@ -41,8 +41,6 @@ class ExceptionState;
class CSSVariablesMap : public RefCounted<CSSVariablesMap> {
public:
- virtual ~CSSVariablesMap() { }
-
static PassRefPtr<CSSVariablesMap> create(CSSStyleDeclaration* styleDeclaration)
{
return adoptRef(new CSSVariablesMap(styleDeclaration));
« no previous file with comments | « Source/core/css/CSSMatrix.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698