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

Unified Diff: Source/core/css/CSSMatrix.cpp

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.h ('k') | Source/core/css/CSSVariablesMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSMatrix.cpp
diff --git a/Source/core/css/CSSMatrix.cpp b/Source/core/css/CSSMatrix.cpp
index 15353cd8a48cea48c85a01ac9ed3ae1ebeeb2d9e..c4b90d7f68b9083dfcab0236d74965bea82a2f06 100644
--- a/Source/core/css/CSSMatrix.cpp
+++ b/Source/core/css/CSSMatrix.cpp
@@ -49,10 +49,6 @@ CSSMatrix::CSSMatrix(const String& s, ExceptionState& es)
setMatrixValue(s, es);
}
-CSSMatrix::~CSSMatrix()
-{
-}
-
void CSSMatrix::setMatrixValue(const String& string, ExceptionState& es)
{
if (string.isEmpty())
« no previous file with comments | « Source/core/css/CSSMatrix.h ('k') | Source/core/css/CSSVariablesMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698