Index: Source/core/frame/Frame.cpp |
diff --git a/Source/core/frame/Frame.cpp b/Source/core/frame/Frame.cpp |
index 1b7f0d1098515eec3985ea8f2b11d3ae18a2f1e3..5b2dd6f736d1e5af66934d31a629b9d73601cc2c 100644 |
--- a/Source/core/frame/Frame.cpp |
+++ b/Source/core/frame/Frame.cpp |
@@ -124,7 +124,7 @@ inline Frame::Frame(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoader |
if (ownerElement) { |
page->incrementSubframeCount(); |
- ownerElement->setContentFrame(this); |
+ ownerElement->setContentFrame(*this); |
} |
#ifndef NDEBUG |