Index: Source/core/html/DOMFormData.h |
diff --git a/Source/core/html/DOMFormData.h b/Source/core/html/DOMFormData.h |
index e77af947a8910bce3e4c99872dbfa6c0d92e95a3..c57a6a0ed2219918a88adbc67946300ccc1d1b66 100644 |
--- a/Source/core/html/DOMFormData.h |
+++ b/Source/core/html/DOMFormData.h |
@@ -47,6 +47,7 @@ class Blob; |
class HTMLFormElement; |
class DOMFormData : public RefCountedWillBeGarbageCollectedFinalized<DOMFormData>, public FormDataList, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<DOMFormData> create(HTMLFormElement* form = 0) |
{ |