Index: Source/web/WebRemoteFrameImpl.cpp |
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp |
index a2645cba507959c524b6900b4dee71ced0ef81a2..892f613a5eaaca50bc4f60987a1f1569c8cde83c 100644 |
--- a/Source/web/WebRemoteFrameImpl.cpp |
+++ b/Source/web/WebRemoteFrameImpl.cpp |
@@ -843,4 +843,10 @@ void WebRemoteFrameImpl::initializeFromFrame(WebLocalFrame* source) const |
localFrameImpl->frame()->view()->visibleContentScaleFactor()); |
} |
+void WebRemoteFrameImpl::setReplicatedOrigin(const WebSecurityOrigin& origin) const |
+{ |
+ ASSERT(frame()); |
+ frame()->securityContext()->setReplicatedOrigin(origin); |
+} |
+ |
} // namespace blink |