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 90d7742c2a7a0d82a13e9e5e742135dd53aa0b32..ea3ccd0f63f0e79e6288a79bfaf9d6f13ebd7d6c 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp |
@@ -159,6 +159,7 @@ void HTMLFrameOwnerElement::SetContentFrame(Frame& frame) { |
DCHECK(!content_frame_ || content_frame_->Owner() != this); |
// Disconnected frames should not be allowed to load. |
DCHECK(isConnected()); |
+ |
content_frame_ = &frame; |
for (ContainerNode* node = this; node; node = node->ParentOrShadowHostNode()) |