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

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

Issue 189543014: Ensure proper finalization of garbage-collected types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase and sign error in Vector 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
« no previous file with comments | « Source/core/css/Rect.h ('k') | Source/core/events/TouchEventContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/Rect.cpp
diff --git a/Source/core/css/Rect.cpp b/Source/core/css/Rect.cpp
index 04db69e79f8334cbffabdd2cbca36d6e792ebe9b..13afc70a656752e4925e85e162f01c6a37659a0c 100644
--- a/Source/core/css/Rect.cpp
+++ b/Source/core/css/Rect.cpp
@@ -7,6 +7,8 @@
namespace WebCore {
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(RectBase)
+
void RectBase::trace(Visitor* visitor)
{
visitor->trace(m_top);
« no previous file with comments | « Source/core/css/Rect.h ('k') | Source/core/events/TouchEventContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698