| Index: third_party/WebKit/Source/wtf/text/TextCodec.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodec.h b/third_party/WebKit/Source/wtf/text/TextCodec.h
|
| index 0845f01d06dd9ae3fcadbdeed1eea1efbe7dae24..2162521964464aa933f4fe867607ac5135b70136 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodec.h
|
| +++ b/third_party/WebKit/Source/wtf/text/TextCodec.h
|
| @@ -63,7 +63,8 @@ enum FlushBehavior {
|
| // More bytes are coming, don't flush the codec.
|
| DoNotFlush = 0,
|
|
|
| - // A fetch has hit EOF. Some codecs handle fetches differently, for compat reasons.
|
| + // A fetch has hit EOF. Some codecs handle fetches differently, for compat
|
| + // reasons.
|
| FetchEOF,
|
|
|
| // Do a full flush of the codec.
|
|
|