| Index: sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| index d01464e4a1ad8fbed6e4a565ed722759bb53e811..cdbc960a60836e048275345dd72284363ac0d816 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2478,10 +2478,4 @@ PassRefPtr<CSSValueList> CSSComputedStyleDeclaration::valuesForBackgroundShortha
|
| return list.release();
|
| }
|
|
|
| -void CSSComputedStyleDeclaration::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_node);
|
| - CSSStyleDeclaration::trace(visitor);
|
| -}
|
| -
|
| } // namespace blink
|
|
|