| Index: third_party/WebKit/Source/core/html/HTMLFrameElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameElement.cpp
|
| index f9ca0a2e6065f9cd0440e5547618737e8d62e20e..e61cc92d2e962e16d40e23e8ecd7b1dc39ebc64a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElement.cpp
|
| @@ -57,9 +57,9 @@ bool HTMLFrameElement::noResize() const
|
| return hasAttribute(noresizeAttr);
|
| }
|
|
|
| -void HTMLFrameElement::attach(const AttachContext& context)
|
| +void HTMLFrameElement::attachLayoutTree(const AttachContext& context)
|
| {
|
| - HTMLFrameElementBase::attach(context);
|
| + HTMLFrameElementBase::attachLayoutTree(context);
|
|
|
| if (HTMLFrameSetElement* frameSetElement = Traversal<HTMLFrameSetElement>::firstAncestor(*this)) {
|
| if (!m_frameBorderSet)
|
|
|