| Index: Source/core/style/StyleFetchedImage.cpp
|
| diff --git a/Source/core/style/StyleFetchedImage.cpp b/Source/core/style/StyleFetchedImage.cpp
|
| index 5f3d9d007bae15292386c4ff5aa78bf896b5b7ec..c982279e52d4435418a6edba8d1ca7e140de3365 100644
|
| --- a/Source/core/style/StyleFetchedImage.cpp
|
| +++ b/Source/core/style/StyleFetchedImage.cpp
|
| @@ -31,9 +31,10 @@
|
|
|
| namespace blink {
|
|
|
| -StyleFetchedImage::StyleFetchedImage(ImageResource* image, Document* document)
|
| +StyleFetchedImage::StyleFetchedImage(ImageResource* image, Document* document, const KURL& url)
|
| : m_image(image)
|
| , m_document(document)
|
| + , m_url(url)
|
| {
|
| m_isImageResource = true;
|
| m_image->addClient(this);
|
|
|