Chromium Code Reviews| Index: core/fxcrt/fxcrt_stream.cpp |
| diff --git a/core/fxcrt/fxcrt_stream.cpp b/core/fxcrt/fxcrt_stream.cpp |
| index 48b8a793798c27a40723a3164fb367e904b4f880..3afe6323b282bf056f7bc9993045a80c86e7d90c 100644 |
| --- a/core/fxcrt/fxcrt_stream.cpp |
| +++ b/core/fxcrt/fxcrt_stream.cpp |
| @@ -11,7 +11,7 @@ bool IFX_SeekableWriteStream::WriteBlock(const void* pData, size_t size) { |
| } |
| bool IFX_SeekableReadStream::IsEOF() { |
| - return FALSE; |
| + return false; |
| } |
| FX_FILESIZE IFX_SeekableReadStream::GetPosition() { |