| Index: third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoderTest.cpp
|
| index 15d85c7f4fcda3cff1ad1ecf3bf1416b0e6c201c..54e2148ed2beb6a120fbfe7780c59b4c40a725c0 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoderTest.cpp
|
| @@ -77,7 +77,7 @@ TEST(BMPImageDecoderTest, int32MinHeight) {
|
| EXPECT_TRUE(decoder->Failed());
|
| }
|
|
|
| -// This test verifies that calling SharedBuffer::mergeSegmentsIntoBuffer() does
|
| +// This test verifies that calling SharedBuffer::MergeSegmentsIntoBuffer() does
|
| // not break BMP decoding at a critical point: in between a call to decode the
|
| // size (when BMPImageDecoder stops while it may still have input data to
|
| // read) and a call to do a full decode.
|
|
|