| Index: Source/modules/encoding/TextDecoder.cpp
 | 
| diff --git a/Source/modules/encoding/TextDecoder.cpp b/Source/modules/encoding/TextDecoder.cpp
 | 
| index 24a18cd59e94589b17f1e7bb7f4e21ae52e3b74d..c232fb91dcacd2b1d352cee8567b58931954943f 100644
 | 
| --- a/Source/modules/encoding/TextDecoder.cpp
 | 
| +++ b/Source/modules/encoding/TextDecoder.cpp
 | 
| @@ -87,9 +87,6 @@ String TextDecoder::decode(ArrayBufferView* input, const Dictionary& options, Ex
 | 
|  
 | 
|      bool flush = !stream;
 | 
|  
 | 
| -    // FIXME: Not all TextCodec implementations handle |flush| - notably TextCodecUTF16
 | 
| -    // ignores it and never flushes!
 | 
| -
 | 
|      bool sawError = false;
 | 
|      String s = m_codec->decode(start, length, flush, m_fatal, sawError);
 | 
|  
 | 
| 
 |