| Index: third_party/WebKit/Source/wtf/text/TextCodecUTF16.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecUTF16.h b/third_party/WebKit/Source/wtf/text/TextCodecUTF16.h
|
| index 8570d01f7ab92b0817f26668b7f67d6ed5c9b333..0f1d8b12decae43cedcbcaed24df7212d1db4045 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodecUTF16.h
|
| +++ b/third_party/WebKit/Source/wtf/text/TextCodecUTF16.h
|
| @@ -40,6 +40,7 @@ public:
|
| String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) override;
|
| CString encode(const UChar*, size_t length, UnencodableHandling) override;
|
| CString encode(const LChar*, size_t length, UnencodableHandling) override;
|
| + bool shouldIncludeBOM() override;
|
|
|
| private:
|
| bool m_littleEndian;
|
|
|