| Index: Source/core/css/CSSValue.h
|
| diff --git a/Source/core/css/CSSValue.h b/Source/core/css/CSSValue.h
|
| index 44186d602c828f42b55a705e1612e4aaf5903eeb..d0efa28ed94acca020122bbb4eb9a3ab44778982 100644
|
| --- a/Source/core/css/CSSValue.h
|
| +++ b/Source/core/css/CSSValue.h
|
| @@ -186,8 +186,6 @@ 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)
|
| {
|
|
|