| Index: third_party/WebKit/Source/core/layout/LayoutImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutImage.cpp b/third_party/WebKit/Source/core/layout/LayoutImage.cpp
|
| index 66d430fc5f2c01cb9035563db75e05ecf8030dc7..29e5632c79d9b56fd7e3f5d7d04e1a677c918c4b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutImage.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutImage.cpp
|
| @@ -89,7 +89,7 @@ void LayoutImage::setImageResource(PassOwnPtrWillBeRawPtr<LayoutImageResource> i
|
| {
|
| ASSERT(!m_imageResource);
|
| m_imageResource = imageResource;
|
| - m_imageResource->initialize(this);
|
| + m_imageResource->initialize(this, this);
|
| }
|
|
|
| void LayoutImage::imageChanged(WrappedImagePtr newImage, const IntRect* rect)
|
|
|