| Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| index 5ad6f3a364b649147e4f84259d33fdde23f3c3fd..2e3534b3059a5c1ef8a0e9dec3e630f2c3b1859a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -169,9 +169,9 @@ void HTMLFrameElementBase::didNotifySubtreeInsertionsToDocument()
|
| setNameAndOpenURL();
|
| }
|
|
|
| -void HTMLFrameElementBase::attach(const AttachContext& context)
|
| +void HTMLFrameElementBase::attachLayoutTree(const AttachContext& context)
|
| {
|
| - HTMLFrameOwnerElement::attach(context);
|
| + HTMLFrameOwnerElement::attachLayoutTree(context);
|
|
|
| if (layoutPart()) {
|
| if (Frame* frame = contentFrame()) {
|
|
|