| 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 d5c340de55a4910712edc687c6f42d7c54ba5126..6b5a8d892b22dff0a4f54640fc164c232b5b76c8 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)
|
|
|