Chromium Code Reviews| Index: Source/core/dom/Notation.cpp |
| diff --git a/Source/core/dom/Notation.cpp b/Source/core/dom/Notation.cpp |
| index 28ed2eea9f9abb9112c716131f045d4c05048179..15fe6cf4b82efdf0f4ec17e9a1dcba75e90b3574 100644 |
| --- a/Source/core/dom/Notation.cpp |
| +++ b/Source/core/dom/Notation.cpp |
| @@ -55,4 +55,9 @@ bool Notation::childTypeAllowed(NodeType) const |
| return false; |
| } |
| +void Notation::acceptHeapVisitor(Visitor* visitor) const |
| +{ |
| + ContainerNode::acceptHeapVisitor(visitor); |
| +} |
| + |
| } // namespace |