Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp

Issue 1923993002: Revert of Remove unnecessary uses of GarbageCollectedFinalized<>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
index 04271d69f1eeaf2c0d84bb053d4c86d094d40a68..e53cf0e6e2651c20deed685726bdd967d4e2c4b7 100644
--- a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
@@ -47,6 +47,10 @@
: m_contextTransform(transform)
{
ASSERT(transform);
+}
+
+SVGMatrixTearOff::~SVGMatrixTearOff()
+{
}
DEFINE_TRACE(SVGMatrixTearOff)

Powered by Google App Engine