Index: third_party/WebKit/Source/core/frame/RemoteFrame.cpp |
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp |
index 0c3c253a18989c5009bb8b7096b5c7f0d5847f40..f3bd4d80d1f297cb4d9d99d8e758051dc6debf2e 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp |
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp |
@@ -27,7 +27,7 @@ namespace blink { |
inline RemoteFrame::RemoteFrame(RemoteFrameClient* client, FrameHost* host, FrameOwner* owner) |
: Frame(client, host, owner) |
, m_view(nullptr) |
- , m_securityContext(RemoteSecurityContext::create()) |
+ , m_securityContext(RemoteSecurityContext::create(client)) |
, m_domWindow(RemoteDOMWindow::create(*this)) |
, m_windowProxyManager(WindowProxyManager::create(*this)) |
, m_remotePlatformLayer(nullptr) |