| 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 b594c0f33826175db9ee1783a23c8734cc8025b4..9d3ace9791712a2459b89eeb60ebbfdbe90e68f6 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->inDocument() && document().frame()) {
|
| + if (insertionPoint->inShadowIncludingDocument() && 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().frame()->loader().client()->dispatchWillInsertBody();
|
| }
|
|
|