Chromium Code Reviews| Index: Source/core/dom/Attr.cpp |
| diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp |
| index 29be613cacba4968a704c9c4cbe1d5c4aff416ec..57012872cf538a996a4fc17d2c9d26316913d03b 100644 |
| --- a/Source/core/dom/Attr.cpp |
| +++ b/Source/core/dom/Attr.cpp |
| @@ -233,4 +233,9 @@ void Attr::attachToElement(Element* element) |
| m_standaloneValue = nullAtom; |
| } |
| +void Attr::acceptHeapVisitor(Visitor* visitor) const |
| +{ |
| + ContainerNode::acceptHeapVisitor(visitor); |
| +} |
| + |
| } |