Index: Source/core/dom/Text.h |
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
index 91cfb8afe28a6015336e2eb037777ba71df81474..b11e77a4339aab7c8687176f33008bbbea09bf47 100644 |
--- a/Source/core/dom/Text.h |
+++ b/Source/core/dom/Text.h |
@@ -31,6 +31,7 @@ class ExceptionState; |
class RenderText; |
class Text : public CharacterData { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static const unsigned defaultLengthLimit = 1 << 16; |