Index: Source/core/html/ImageDocument.cpp |
diff --git a/Source/core/html/ImageDocument.cpp b/Source/core/html/ImageDocument.cpp |
index d5d8eb2d399b021118858d7581e75f739f110525..bb6ca879bea27b874c9e3114c25be85c0f9a61f6 100644 |
--- a/Source/core/html/ImageDocument.cpp |
+++ b/Source/core/html/ImageDocument.cpp |
@@ -130,6 +130,7 @@ void ImageDocumentParser::appendBytes(const char* data, size_t length) |
return; |
document()->cachedImage()->appendData(data, length); |
+ document()->updateStyleIfNeeded(); |
Noel Gordon
2014/02/21 02:21:56
I think Elliot said:
|
document()->imageUpdated(); |
} |