Chromium Code Reviews| Index: Source/core/html/ImageDocument.h |
| diff --git a/Source/core/html/ImageDocument.h b/Source/core/html/ImageDocument.h |
| index 4dacb557b1c6dd4628e1bbb2dd6d6c8bf118b001..98fdc12a70cfe770b7163fa817ecf52456341772 100644 |
| --- a/Source/core/html/ImageDocument.h |
| +++ b/Source/core/html/ImageDocument.h |
| @@ -52,7 +52,7 @@ public: |
| void imageUpdated(); |
| void imageClicked(int x, int y); |
| - virtual void trace(Visitor*) override; |
| + DECLARE_VIRTUAL_TRACE(); |
| private: |
| explicit ImageDocument(const DocumentInit&); |