Index: third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
index 75026667dbbec063d2822a1081a75d003c7d68fa..e2f1b4c1dc6c7df35bf4c31828b540f3ac80b09c 100644 |
--- a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
@@ -37,6 +37,9 @@ StyleFetchedImage::StyleFetchedImage(ImageResource* image, |
: m_image(image), m_document(&document), m_url(url) { |
m_isImageResource = true; |
m_image->addClient(this); |
+ // ResourceFetcher is not determined from StyleFetchedImage and it is |
+ // impossible to send a request for refetching. |
+ m_image->setNotRefetchableDataFromDiskCache(); |
ThreadState::current()->registerPreFinalizer(this); |
} |