| Index: Source/core/css/CSSPathValue.cpp
|
| diff --git a/Source/core/css/CSSPathValue.cpp b/Source/core/css/CSSPathValue.cpp
|
| index 22b868974d1636ef56cc8fbe8fe8c39a1f3f8ab0..65dd6b2627b6bf6f56c8f74ea01303610b6bbdf7 100644
|
| --- a/Source/core/css/CSSPathValue.cpp
|
| +++ b/Source/core/css/CSSPathValue.cpp
|
| @@ -23,9 +23,4 @@ bool CSSPathValue::equals(const CSSPathValue& other) const
|
| return m_pathString == other.m_pathString;
|
| }
|
|
|
| -DEFINE_TRACE_AFTER_DISPATCH(CSSPathValue)
|
| -{
|
| - CSSValue::traceAfterDispatch(visitor);
|
| -}
|
| -
|
| } // namespace blink
|
|
|