| 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 e0b964440ae4485c44043267d9b93726b2ca1e13..d2d62aee744dac712b4c06ccdb3433009821f2a7 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| @@ -18,7 +18,8 @@ RemoteFrameOwner::RemoteFrameOwner(
|
| static_cast<ScrollbarMode>(frameOwnerProperties.scrollingMode)),
|
| m_marginWidth(frameOwnerProperties.marginWidth),
|
| m_marginHeight(frameOwnerProperties.marginHeight),
|
| - m_allowFullscreen(frameOwnerProperties.allowFullscreen) {}
|
| + m_allowFullscreen(frameOwnerProperties.allowFullscreen),
|
| + m_csp(frameOwnerProperties.requiredCsp) {}
|
|
|
| DEFINE_TRACE(RemoteFrameOwner) {
|
| visitor->trace(m_frame);
|
|
|