| 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 9d3ace9791712a2459b89eeb60ebbfdbe90e68f6..0f04a788ad70dc6626edfb5c5f3269f5a3ad53da 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| @@ -198,7 +198,7 @@ Node::InsertionNotificationRequest HTMLFrameSetElement::insertedInto(ContainerNo
|
| {
|
| 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();
|
| + document().willInsertBody();
|
| }
|
| return HTMLElement::insertedInto(insertionPoint);
|
| }
|
|
|