| Index: Source/core/html/HTMLFrameElement.cpp
|
| diff --git a/Source/core/html/HTMLFrameElement.cpp b/Source/core/html/HTMLFrameElement.cpp
|
| index 3d9710bc93e840020583d7da58879b62d7c050f6..c8e3d5de56297d14b984513d47bd82495ee394f1 100644
|
| --- a/Source/core/html/HTMLFrameElement.cpp
|
| +++ b/Source/core/html/HTMLFrameElement.cpp
|
| @@ -71,9 +71,9 @@ bool HTMLFrameElement::noResize() const
|
| return hasAttribute(noresizeAttr);
|
| }
|
|
|
| -void HTMLFrameElement::attach()
|
| +void HTMLFrameElement::attach(const AttachContext& context)
|
| {
|
| - HTMLFrameElementBase::attach();
|
| + HTMLFrameElementBase::attach(context);
|
|
|
| if (HTMLFrameSetElement* frameSetElement = containingFrameSetElement(this)) {
|
| if (!m_frameBorderSet)
|
|
|