Index: Source/core/html/parser/TextResourceDecoder.h |
diff --git a/Source/core/html/parser/TextResourceDecoder.h b/Source/core/html/parser/TextResourceDecoder.h |
index e689c2ef590b7663511a38dcefa11fa600d1c773..ee76a4ee581df04f2a049634632f5c3d1a2770f0 100644 |
--- a/Source/core/html/parser/TextResourceDecoder.h |
+++ b/Source/core/html/parser/TextResourceDecoder.h |
@@ -32,6 +32,8 @@ namespace blink { |
class HTMLMetaCharsetParser; |
class CORE_EXPORT TextResourceDecoder { |
+ WTF_MAKE_FAST_ALLOCATED(TextResourceDecoder); |
+ WTF_MAKE_NONCOPYABLE(TextResourceDecoder); |
public: |
enum EncodingSource { |
DefaultEncoding, |