| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 57b394d6013a65c86a8a17aafd69a76df0b09773..f83c3fc2c56bc42d8df57e2d61332932076fba19 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -686,7 +686,7 @@ void CSSComputedStyleDeclaration::setPropertyInternal(CSSPropertyID id, const St
|
| exceptionState.throwDOMException(NoModificationAllowedError, "These styles are computed, and therefore the '" + getPropertyNameString(id) + "' property is read-only.");
|
| }
|
|
|
| -void CSSComputedStyleDeclaration::trace(Visitor* visitor)
|
| +DEFINE_TRACE(CSSComputedStyleDeclaration)
|
| {
|
| visitor->trace(m_node);
|
| CSSStyleDeclaration::trace(visitor);
|
|
|