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

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

Issue 953693002: InlinedVisitor: Migrate css to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/css/Rect.cpp
diff --git a/Source/core/css/Rect.cpp b/Source/core/css/Rect.cpp
index c21ef1b5dd1ee060dcd31147f2901c824ec0b9a6..ac9e128e4a76c74fdaff35835a917364f520c16c 100644
--- a/Source/core/css/Rect.cpp
+++ b/Source/core/css/Rect.cpp
@@ -9,7 +9,7 @@ namespace blink {
DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(RectBase)
-void RectBase::trace(Visitor* visitor)
+DEFINE_TRACE(RectBase)
{
visitor->trace(m_top);
visitor->trace(m_right);

Powered by Google App Engine
This is Rietveld 408576698