Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp |
index 64a0f46f576167b5defd7685ef767f4dbece0894..ec1dc52aa4eaa1d8ab96067ef75a3e5967390e97 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp |
@@ -157,6 +157,7 @@ void HTMLFrameOwnerElement::setContentFrame(Frame& frame) { |
DCHECK(!m_contentFrame || m_contentFrame->owner() != this); |
// Disconnected frames should not be allowed to load. |
DCHECK(isConnected()); |
+ |
m_contentFrame = &frame; |
for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode()) |