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()) |