| 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 501e1c5ade3a1b148140af4481d23f23eab18260..76fd5e61db75aec96a4ccd560ce0b64976281e53 100644 | 
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp | 
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp | 
| @@ -40,7 +40,6 @@ StyleFetchedImage::StyleFetchedImage(ImageResourceContent* image, | 
| // ResourceFetcher is not determined from StyleFetchedImage and it is | 
| // impossible to send a request for refetching. | 
| m_image->setNotRefetchableDataFromDiskCache(); | 
| -  ThreadState::current()->registerPreFinalizer(this); | 
| } | 
|  | 
| StyleFetchedImage::~StyleFetchedImage() {} | 
|  |