| Index: Source/core/style/StyleFetchedImage.cpp
|
| diff --git a/Source/core/style/StyleFetchedImage.cpp b/Source/core/style/StyleFetchedImage.cpp
|
| index 5f3d9d007bae15292386c4ff5aa78bf896b5b7ec..5345c6d10ef0213933687ac8ce4daea77d1eabbb 100644
|
| --- a/Source/core/style/StyleFetchedImage.cpp
|
| +++ b/Source/core/style/StyleFetchedImage.cpp
|
| @@ -35,6 +35,7 @@ StyleFetchedImage::StyleFetchedImage(ImageResource* image, Document* document)
|
| : m_image(image)
|
| , m_document(document)
|
| {
|
| + printf("%p: StyleFetchedImage created\n", this);
|
| m_isImageResource = true;
|
| m_image->addClient(this);
|
| }
|
|
|