Chromium Code Reviews| Index: Source/core/dom/Comment.h |
| diff --git a/Source/core/dom/Comment.h b/Source/core/dom/Comment.h |
| index 64b53e6c2872599eaea2f50683fd18218e2f588b..c9f13141952e46dddc4de3128dc1d0212fd78c76 100644 |
| --- a/Source/core/dom/Comment.h |
| +++ b/Source/core/dom/Comment.h |
| @@ -28,6 +28,7 @@ |
| namespace blink { |
| class Comment FINAL : public CharacterData { |
| + DEFINE_WRAPPERTYPEINFO(); |
| public: |
| static PassRefPtrWillBeRawPtr<Comment> create(Document&, const String&); |