Index: Source/core/style/StyleFetchedImageSet.cpp |
diff --git a/Source/core/style/StyleFetchedImageSet.cpp b/Source/core/style/StyleFetchedImageSet.cpp |
index b5732d8fda2289ea1e6afcfeb79089396fd710c4..84edc57a5c303ac4f1e66207ac24311f7326fc77 100644 |
--- a/Source/core/style/StyleFetchedImageSet.cpp |
+++ b/Source/core/style/StyleFetchedImageSet.cpp |
@@ -37,6 +37,7 @@ StyleFetchedImageSet::StyleFetchedImageSet(ImageResource* image, float imageScal |
, m_imageScaleFactor(imageScaleFactor) |
, m_imageSetValue(value) |
{ |
+ printf("%p: StyleFetchedImageSet created\n", this); |
m_isImageResourceSet = true; |
m_bestFitImage->addClient(this); |
} |