| 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 991c9ae52001eaa38724c7fa075fbd0fbbae0854..902f7a0105e7f101a0e6ad6be7ef36b339308262 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)
|
|
|