Index: Source/core/dom/DocumentType.h |
diff --git a/Source/core/dom/DocumentType.h b/Source/core/dom/DocumentType.h |
index f2747dafb9ca76dae92b06ed7348ea051d397a49..0c1b7557d512919b7580d7edcdca47d39bfb9a02 100644 |
--- a/Source/core/dom/DocumentType.h |
+++ b/Source/core/dom/DocumentType.h |
@@ -29,6 +29,7 @@ |
namespace blink { |
class DocumentType FINAL : public Node { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<DocumentType> create(Document* document, const String& name, const String& publicId, const String& systemId) |
{ |
@@ -59,4 +60,4 @@ DEFINE_NODE_TYPE_CASTS(DocumentType, isDocumentTypeNode()); |
} // namespace blink |
-#endif |
+#endif // DocumentType_h |