| Index: Source/core/html/ImageDocument.cpp
|
| diff --git a/Source/core/html/ImageDocument.cpp b/Source/core/html/ImageDocument.cpp
|
| index c2fc7bad2ff79329106257a4b37a60037c41eab8..8fe7336858781632fcda90fb1a3d172791207de5 100644
|
| --- a/Source/core/html/ImageDocument.cpp
|
| +++ b/Source/core/html/ImageDocument.cpp
|
| @@ -136,7 +136,7 @@ void ImageDocumentParser::appendBytes(const char* data, size_t length)
|
| RELEASE_ASSERT(length <= std::numeric_limits<unsigned>::max());
|
| document()->cachedImage()->appendData(data, length);
|
| }
|
| - // Make sure the image renderer gets created because we need the renderer
|
| + // Make sure the image layoutObject gets created because we need the layoutObject
|
| // to read the aspect ratio. See crbug.com/320244
|
| document()->updateLayoutTreeIfNeeded();
|
| document()->imageUpdated();
|
|
|