Index: Source/modules/encoding/TextDecoder.h |
diff --git a/Source/modules/encoding/TextDecoder.h b/Source/modules/encoding/TextDecoder.h |
index 73a9c64d75d11fa0ad339de2fc6cf851ab2ae3f1..58eddcfeec554e8708b531db73f5f6f03b65495c 100644 |
--- a/Source/modules/encoding/TextDecoder.h |
+++ b/Source/modules/encoding/TextDecoder.h |
@@ -42,10 +42,10 @@ namespace WebCore { |
class ExceptionState; |
-class TextDecoder : public RefCounted<TextDecoder> { |
+class TextDecoder FINAL : public RefCounted<TextDecoder> { |
public: |
static PassRefPtr<TextDecoder> create(const String& label, const Dictionary&, ExceptionState&); |
- virtual ~TextDecoder(); |
+ ~TextDecoder(); |
// Implement the IDL |
String encoding() const; |