summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/text/TextCodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/text/TextCodec.h')
-rw-r--r--Source/WebCore/platform/text/TextCodec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebCore/platform/text/TextCodec.h b/Source/WebCore/platform/text/TextCodec.h
index c6af38a..35229a3 100644
--- a/Source/WebCore/platform/text/TextCodec.h
+++ b/Source/WebCore/platform/text/TextCodec.h
@@ -57,8 +57,10 @@ namespace WebCore {
typedef char UnencodableReplacementArray[32];
- class TextCodec : public Noncopyable {
+ class TextCodec {
+ WTF_MAKE_NONCOPYABLE(TextCodec); WTF_MAKE_FAST_ALLOCATED;
public:
+ TextCodec() { }
virtual ~TextCodec();
String decode(const char* str, size_t length, bool flush = false)