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

Unified Diff: Source/core/testing/LayerRectList.cpp

Issue 189543014: Ensure proper finalization of garbage-collected types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed dtor from HeapSupplement and derived classes Created 6 years, 9 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
Index: Source/core/testing/LayerRectList.cpp
diff --git a/Source/core/testing/LayerRectList.cpp b/Source/core/testing/LayerRectList.cpp
index 4349e798a43a405fa000ee587362522a67b96c75..59206637f63b7f42481bbe07c239df93a8dd39ee 100644
--- a/Source/core/testing/LayerRectList.cpp
+++ b/Source/core/testing/LayerRectList.cpp
@@ -41,9 +41,7 @@ LayerRectList::LayerRectList()
{
}
-LayerRectList::~LayerRectList()
-{
-}
+DEFINE_EMPTY_DESTRUCTOR_WILL_BY_NONE(LayerRectList)
unsigned LayerRectList::length() const
{
« no previous file with comments | « Source/core/testing/LayerRectList.h ('k') | Source/heap/Handle.h » ('j') | Source/heap/Handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698