| Index: third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| index d7133398c63ee0461627fcff1520764c7995d79e..8861d1004c2265d10a0d223c43572d8475041c78 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| @@ -349,9 +349,9 @@ LayoutObject* HTMLImageElement::createLayoutObject(const ComputedStyle& style)
|
| return image;
|
| }
|
|
|
| -void HTMLImageElement::attach(const AttachContext& context)
|
| +void HTMLImageElement::attachLayoutTree(const AttachContext& context)
|
| {
|
| - HTMLElement::attach(context);
|
| + HTMLElement::attachLayoutTree(context);
|
|
|
| if (layoutObject() && layoutObject()->isImage()) {
|
| LayoutImage* layoutImage = toLayoutImage(layoutObject());
|
|
|