Index: Source/core/style/StylePendingImage.h |
diff --git a/Source/core/style/StylePendingImage.h b/Source/core/style/StylePendingImage.h |
index 8a00d6d36f786d8fdd979851fe9d1ced7cf48a69..2a6603e8a7db2d08a9b21eb889bf07a84e07377c 100644 |
--- a/Source/core/style/StylePendingImage.h |
+++ b/Source/core/style/StylePendingImage.h |
@@ -79,6 +79,7 @@ private: |
explicit StylePendingImage(CSSValue* value) |
: m_value(value) |
{ |
+ printf("%p: StylePendingImage created\n", this); |
m_isPendingImage = true; |
} |