| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| index 2496c66f261334efec6b0f291a0b9107f7e6e9f5..cb4ff20343cfe5f88a144054124af3a42c7be321 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| @@ -149,7 +149,7 @@ void HTMLFrameOwnerElement::setContentFrame(Frame& frame)
|
| // Make sure we will not end up with two frames referencing the same owner element.
|
| ASSERT(!m_contentFrame || m_contentFrame->owner() != this);
|
| // Disconnected frames should not be allowed to load.
|
| - ASSERT(inShadowIncludingDocument());
|
| + ASSERT(isConnected());
|
| m_contentFrame = &frame;
|
|
|
| for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode())
|
|
|