| Index: third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| index 5b7fa06f9e153dc2950adc86ffbc42dbd6a92242..f6ce58171918b67545b6f2e530c187dd7ba8fc2c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| @@ -812,4 +812,4 @@ IntSize HTMLImageElement::bitmapSourceSize() const
|
| return IntSize(lSize.width(), lSize.height());
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|