| 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 d2d62aee744dac712b4c06ccdb3433009821f2a7..aaa8831ddfd21f7db61d800c259735fd0685b3b0 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| @@ -19,6 +19,7 @@ RemoteFrameOwner::RemoteFrameOwner(
|
| m_marginWidth(frameOwnerProperties.marginWidth),
|
| m_marginHeight(frameOwnerProperties.marginHeight),
|
| m_allowFullscreen(frameOwnerProperties.allowFullscreen),
|
| + m_allowPaymentRequest(frameOwnerProperties.allowPaymentRequest),
|
| m_csp(frameOwnerProperties.requiredCsp) {}
|
|
|
| DEFINE_TRACE(RemoteFrameOwner) {
|
|
|