Chromium Code Reviews| Index: Source/core/html/HTMLElement.cpp |
| diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp |
| index c7e6eec81e8fdc6f9b10e2aff060bc58ae8fedb9..c91401ca17ae6199d6f78521f404eb5e93b813fc 100644 |
| --- a/Source/core/html/HTMLElement.cpp |
| +++ b/Source/core/html/HTMLElement.cpp |
| @@ -950,6 +950,11 @@ void HTMLElement::handleKeypressEvent(KeyboardEvent* event) |
| } |
| } |
| +void HTMLElement::trace(Visitor* visitor) |
| +{ |
| + Element::trace(visitor); |
| +} |
| + |
| } // namespace WebCore |
| #ifndef NDEBUG |