Chromium Code Reviews| Index: Source/core/html/ImageDocument.h |
| diff --git a/Source/core/html/ImageDocument.h b/Source/core/html/ImageDocument.h |
| index 8014a61c92686ff09668730800c754b57c321ef7..8c60a41c370142abf93a516026c6dc911e0ba8d4 100644 |
| --- a/Source/core/html/ImageDocument.h |
| +++ b/Source/core/html/ImageDocument.h |
| @@ -47,6 +47,8 @@ public: |
| void imageUpdated(); |
| void imageClicked(int x, int y); |
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
| + |
| private: |
| ImageDocument(Frame*, const KURL&); |