| 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 8db872d1f2bd0464267f17bccfb090a5837ff277..629aee64c45d29ffbaac275279676d33a9908000 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| @@ -262,7 +262,8 @@ void HTMLFrameSetElement::defaultEventHandler(Event* evt) {
|
| Node::InsertionNotificationRequest HTMLFrameSetElement::insertedInto(
|
| ContainerNode* insertionPoint) {
|
| 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.
|
| + // 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();
|
| }
|
| return HTMLElement::insertedInto(insertionPoint);
|
|
|