Index: Source/core/html/HTMLFrameSetElement.cpp |
diff --git a/Source/core/html/HTMLFrameSetElement.cpp b/Source/core/html/HTMLFrameSetElement.cpp |
index ff951d8a7213924aa00ab5311829b29e5f92db62..1abfab3aa15b659d5fed25c4a02a9eeb06a31237 100644 |
--- a/Source/core/html/HTMLFrameSetElement.cpp |
+++ b/Source/core/html/HTMLFrameSetElement.cpp |
@@ -200,7 +200,7 @@ Node::InsertionNotificationRequest HTMLFrameSetElement::insertedInto(ContainerNo |
{ |
if (insertionPoint->inDocument() && 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().frame()->loader().client()->dispatchWillInsertBody(); |
} |
return HTMLElement::insertedInto(insertionPoint); |
} |