| 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 95fdf87e18ca4635a9270568dc3bafafaba4238b..b9888063c8553a501dca068d1e31c0c778aed66f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| @@ -153,7 +153,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(inDocument());
|
| + ASSERT(inShadowIncludingDocument());
|
| m_contentFrame = &frame;
|
|
|
| for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode())
|
|
|