| Index: third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| index 0f04a788ad70dc6626edfb5c5f3269f5a3ad53da..6dd0b9a1b6693fa3a30f0de0e6f702e785d959c3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| @@ -196,7 +196,7 @@ void HTMLFrameSetElement::defaultEventHandler(Event* evt)
|
|
|
| Node::InsertionNotificationRequest HTMLFrameSetElement::insertedInto(ContainerNode* insertionPoint)
|
| {
|
| - if (insertionPoint->inShadowIncludingDocument() && document().frame()) {
|
| + if (insertionPoint->isConnected() && document().frame()) {
|
| // A document using <frameset> likely won't literally have a body, but as far as the client is concerned, the frameset is effectively the body.
|
| document().willInsertBody();
|
| }
|
|
|