| Index: Source/core/dom/StyledElement.cpp
|
| diff --git a/Source/core/dom/StyledElement.cpp b/Source/core/dom/StyledElement.cpp
|
| index 156ac07cffc1f581e1e6ddf81cee1382054b1636..7139e65feb745dfb82ec5c18608381aa6ec85d2d 100644
|
| --- a/Source/core/dom/StyledElement.cpp
|
| +++ b/Source/core/dom/StyledElement.cpp
|
| @@ -383,4 +383,9 @@ void StyledElement::addPropertyToPresentationAttributeStyle(Handle<MutableStyleP
|
| style->setProperty(propertyID, value, false, document()->elementSheet()->contents());
|
| }
|
|
|
| +void StyledElement::acceptHeapVisitor(Visitor* visitor) const
|
| +{
|
| + Element::acceptHeapVisitor(visitor);
|
| +}
|
| +
|
| }
|
|
|