Index: Source/modules/encoding/TextEncoder.h |
diff --git a/Source/modules/encoding/TextEncoder.h b/Source/modules/encoding/TextEncoder.h |
index ad73985603a82c9454cf311f2ae804812e1bda73..7103269eba39c07f26bf03bcbe4d6e64f6174743 100644 |
--- a/Source/modules/encoding/TextEncoder.h |
+++ b/Source/modules/encoding/TextEncoder.h |
@@ -44,6 +44,7 @@ namespace blink { |
class ExceptionState; |
class TextEncoder FINAL : public GarbageCollectedFinalized<TextEncoder>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static TextEncoder* create(const String& utfLabel, ExceptionState&); |
~TextEncoder(); |