Index: Source/core/css/CSSValue.h |
diff --git a/Source/core/css/CSSValue.h b/Source/core/css/CSSValue.h |
index 3e23a0f06b535b9661cfbf1d13bad93ef2b2562c..4bb576a3ce74c6871cc74389c1015c1979b4b231 100644 |
--- a/Source/core/css/CSSValue.h |
+++ b/Source/core/css/CSSValue.h |
@@ -184,6 +184,8 @@ private: |
unsigned m_classType : ClassTypeBits; // ClassType |
}; |
+WILL_BE_EAGERLY_TRACED(CSSValue); |
+ |
template<typename CSSValueType, size_t inlineCapacity> |
inline bool compareCSSValueVector(const WillBeHeapVector<RefPtrWillBeMember<CSSValueType>, inlineCapacity>& firstVector, const WillBeHeapVector<RefPtrWillBeMember<CSSValueType>, inlineCapacity>& secondVector) |
{ |