| Index: third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| index fcab18d82a2f7398a61a7c2aaf523835acc3d3df..8a9c995b0eec07b1cd0e156da5e620a21c9a6aee 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| @@ -16,6 +16,7 @@ RemoteFrameOwner::RemoteFrameOwner(SandboxFlags flags, const WebFrameOwnerProper
|
| , m_marginWidth(frameOwnerProperties.marginWidth)
|
| , m_marginHeight(frameOwnerProperties.marginHeight)
|
| , m_allowFullscreen(frameOwnerProperties.allowFullscreen)
|
| + , m_csp(frameOwnerProperties.csp)
|
| {
|
| }
|
|
|
|
|