| Index: Source/core/html/HTMLElement.cpp
|
| diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp
|
| index 94eed8a6a560df0c115f620d73b01900a72cad81..614885d99676dee94db072fc8b765a46e846ffd7 100644
|
| --- a/Source/core/html/HTMLElement.cpp
|
| +++ b/Source/core/html/HTMLElement.cpp
|
| @@ -1037,6 +1037,11 @@ void HTMLElement::addHTMLColorToStyle(Handle<MutableStylePropertySet> style, CSS
|
| style->setProperty(propertyID, cssValuePool().createColorValue(parsedColor.rgb()));
|
| }
|
|
|
| +void HTMLElement::acceptHeapVisitor(Visitor* visitor) const
|
| +{
|
| + StyledElement::acceptHeapVisitor(visitor);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|
| #ifndef NDEBUG
|
|
|