| Index: third_party/WebKit/Source/wtf/text/TextCodecReplacement.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecReplacement.h b/third_party/WebKit/Source/wtf/text/TextCodecReplacement.h
|
| index 9350983b173970037a2f96693219bf6eaaa919ba..db68d5991a05b275c33cd8ea5bc7d5c76f96270c 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodecReplacement.h
|
| +++ b/third_party/WebKit/Source/wtf/text/TextCodecReplacement.h
|
| @@ -11,18 +11,18 @@
|
| namespace WTF {
|
|
|
| class TextCodecReplacement final : public TextCodecUTF8 {
|
| -public:
|
| - TextCodecReplacement();
|
| + public:
|
| + TextCodecReplacement();
|
|
|
| - static void registerEncodingNames(EncodingNameRegistrar);
|
| - static void registerCodecs(TextCodecRegistrar);
|
| + static void registerEncodingNames(EncodingNameRegistrar);
|
| + static void registerCodecs(TextCodecRegistrar);
|
|
|
| -private:
|
| - String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) override;
|
| + private:
|
| + String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) override;
|
|
|
| - bool m_sentEOF;
|
| + bool m_sentEOF;
|
| };
|
|
|
| -} // namespace WTF
|
| +} // namespace WTF
|
|
|
| -#endif // TextCodecReplacement_h
|
| +#endif // TextCodecReplacement_h
|
|
|