| Index: Source/core/html/HTMLFrameElementBase.cpp
|
| diff --git a/Source/core/html/HTMLFrameElementBase.cpp b/Source/core/html/HTMLFrameElementBase.cpp
|
| index 115e60d166c7ba60ffae8c8fcae31332d5b1279e..99c7155114284ca2fbce47145931e9177d7691ba 100644
|
| --- a/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -159,7 +159,7 @@ void HTMLFrameElementBase::didNotifySubtreeInsertions(ContainerNode*)
|
| // as part of a DocumentFragment, insertedInto from an earlier element
|
| // could have forced a style resolve and already attached us).
|
| if (!renderer())
|
| - lazyAttach(DoNotSetAttached);
|
| + lazyAttach();
|
| setNameAndOpenURL();
|
| }
|
|
|
|
|