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

Unified Diff: Source/core/css/CSSFontValue.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/CSSFontValue.h ('k') | Source/core/css/CSSGradientValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontValue.cpp
diff --git a/Source/core/css/CSSFontValue.cpp b/Source/core/css/CSSFontValue.cpp
index 4134ba5ea84ad47ef0b861d849337dbe00619d48..522c7f81a539c7fd88de7b199f76eae9c054727f 100644
--- a/Source/core/css/CSSFontValue.cpp
+++ b/Source/core/css/CSSFontValue.cpp
@@ -76,6 +76,12 @@ bool CSSFontValue::equals(const CSSFontValue& other) const
void CSSFontValue::traceAfterDispatch(Visitor* visitor)
{
+
+ visitor->trace(style);
+ visitor->trace(variant);
+ visitor->trace(weight);
+ visitor->trace(size);
+ visitor->trace(lineHeight);
visitor->trace(family);
CSSValue::traceAfterDispatch(visitor);
}
« no previous file with comments | « Source/core/css/CSSFontValue.h ('k') | Source/core/css/CSSGradientValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698