| Index: Source/core/html/ImageInputType.cpp
|
| diff --git a/Source/core/html/ImageInputType.cpp b/Source/core/html/ImageInputType.cpp
|
| index 7c03d83b87a8423881d68b1782c9040fc7a8d792..abfccc14c849f2049557710f67b9885cd8fe856c 100644
|
| --- a/Source/core/html/ImageInputType.cpp
|
| +++ b/Source/core/html/ImageInputType.cpp
|
| @@ -138,7 +138,7 @@ void ImageInputType::attach()
|
| return;
|
|
|
| RenderImageResource* imageResource = renderer->imageResource();
|
| - imageResource->setCachedImage(imageLoader->image());
|
| + imageResource->setCachedImage(imageLoader->image());
|
|
|
| // If we have no image at all because we have no src attribute, set
|
| // image height and width for the alt text instead.
|
|
|