Chromium Code Reviews| Index: Source/core/dom/PseudoElement.h |
| diff --git a/Source/core/dom/PseudoElement.h b/Source/core/dom/PseudoElement.h |
| index 87ce03fca5e1a21105bc497a7d94352d85f5c859..484e955d658f69de5596662953d0f9baf5c8d6b5 100644 |
| --- a/Source/core/dom/PseudoElement.h |
| +++ b/Source/core/dom/PseudoElement.h |
| @@ -51,6 +51,8 @@ public: |
| static String pseudoElementNameForEvents(PseudoId); |
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
| + |
| private: |
| PseudoElement(Element*, PseudoId); |