| Index: Source/modules/encoding/TextEncoder.h
|
| diff --git a/Source/modules/encoding/TextEncoder.h b/Source/modules/encoding/TextEncoder.h
|
| index 08199a8a28fbeb407d56e0d153e6d8999b3d9cd5..752198d6ef8aa3455dcf9a7a10e077e6736b59df 100644
|
| --- a/Source/modules/encoding/TextEncoder.h
|
| +++ b/Source/modules/encoding/TextEncoder.h
|
| @@ -43,10 +43,10 @@ namespace WebCore {
|
| class Dictionary;
|
| class ExceptionState;
|
|
|
| -class TextEncoder : public RefCounted<TextEncoder> {
|
| +class TextEncoder FINAL : public RefCounted<TextEncoder> {
|
| public:
|
| static PassRefPtr<TextEncoder> create(const String& utfLabel, ExceptionState&);
|
| - virtual ~TextEncoder();
|
| + ~TextEncoder();
|
|
|
| // Implement the IDL
|
| String encoding() const;
|
|
|