| Index: Source/modules/encoding/TextDecoder.h
|
| diff --git a/Source/modules/encoding/TextDecoder.h b/Source/modules/encoding/TextDecoder.h
|
| index 67991aef08938c7db64fd935f482e1385bcced91..2a3df73dd48703644eab3c3698275536286ba0aa 100644
|
| --- a/Source/modules/encoding/TextDecoder.h
|
| +++ b/Source/modules/encoding/TextDecoder.h
|
| @@ -44,6 +44,7 @@ namespace blink {
|
| class ExceptionState;
|
|
|
| class TextDecoder FINAL : public GarbageCollectedFinalized<TextDecoder>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static TextDecoder* create(const String& label, const Dictionary&, ExceptionState&);
|
| ~TextDecoder();
|
|
|