Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index eab68e8a5a04fe1328c25143ecffe2311203a0ba..9dc0a0217938f4d3e7cba1ea485ac254b25e1eae 100644 |
--- a/Source/core/html/HTMLFormElement.h |
+++ b/Source/core/html/HTMLFormElement.h |
@@ -47,6 +47,7 @@ class HTMLImageElement; |
class HTMLInputElement; |
class HTMLFormElement FINAL : public HTMLElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<HTMLFormElement> create(Document&); |
virtual ~HTMLFormElement(); |