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

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

Issue 148523016: Move most of the [Pass]RefPtr's of CSSPrimitiveValue to our transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync to latest change Created 6 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
« no previous file with comments | « Source/core/css/CSSReflectValue.h ('k') | Source/core/css/CSSShadowValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSReflectValue.cpp
diff --git a/Source/core/css/CSSReflectValue.cpp b/Source/core/css/CSSReflectValue.cpp
index de26e59768c0dd36fb7a1231b0b4364386e70682..cbb2cdd7bebc7bba3c8a31dc0fd18763a89f4b67 100644
--- a/Source/core/css/CSSReflectValue.cpp
+++ b/Source/core/css/CSSReflectValue.cpp
@@ -48,6 +48,8 @@ bool CSSReflectValue::equals(const CSSReflectValue& other) const
void CSSReflectValue::traceAfterDispatch(Visitor* visitor)
{
+ visitor->trace(m_direction);
+ visitor->trace(m_offset);
CSSValue::traceAfterDispatch(visitor);
}
« no previous file with comments | « Source/core/css/CSSReflectValue.h ('k') | Source/core/css/CSSShadowValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698