| Index: third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp
|
| index f6999fd81e61f58b864af655c1bd0753cbc80072..cacc6bd3e13f6f98f0d4dacaa215e1df53c97894 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp
|
| @@ -61,7 +61,7 @@ const uint8_t nBitTo8BitlookupTable[] = {
|
| 225, 227, 229, 231, 233, 235, 237, 239, 241, 243, 245, 247, 249, 251, 253, 255,
|
| };
|
|
|
| -}
|
| +} // namespace
|
|
|
| namespace blink {
|
|
|
|
|