Index: Source/core/html/HTMLFrameElementBase.cpp |
diff --git a/Source/core/html/HTMLFrameElementBase.cpp b/Source/core/html/HTMLFrameElementBase.cpp |
index aadb7af46f50a8071c77950922eaf26c35585bde..602adbe660cc73442aeba92e157cde653ff58e0f 100644 |
--- a/Source/core/html/HTMLFrameElementBase.cpp |
+++ b/Source/core/html/HTMLFrameElementBase.cpp |
@@ -161,9 +161,9 @@ void HTMLFrameElementBase::didNotifySubtreeInsertions(ContainerNode*) |
setNameAndOpenURL(); |
} |
-void HTMLFrameElementBase::attach() |
+void HTMLFrameElementBase::attach(const AttachContext& context) |
{ |
- HTMLFrameOwnerElement::attach(); |
+ HTMLFrameOwnerElement::attach(context); |
if (RenderPart* part = renderPart()) { |
if (Frame* frame = contentFrame()) |