Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp |
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp |
index dd6d73d1d05d9b8c30fd796e7de5ffeaa40b4eb2..65305b8d3e76cd2fdcb7ced5b039d035c8ed0ac1 100644 |
--- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp |
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp |
@@ -42,7 +42,6 @@ StyleFetchedImageSet::StyleFetchedImageSet(ImageResourceContent* image, |
m_url(url) { |
m_isImageResourceSet = true; |
m_bestFitImage->addObserver(this); |
- ThreadState::current()->registerPreFinalizer(this); |
} |
StyleFetchedImageSet::~StyleFetchedImageSet() {} |