| Index: third_party/WebKit/Source/web/WebFrame.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrame.cpp b/third_party/WebKit/Source/web/WebFrame.cpp
|
| index 79ce1ac6b9979b00595c6cfcf32f373238e62f1c..02f4ec6b4f3ab7642229383c421a56ea1d539056 100644
|
| --- a/third_party/WebKit/Source/web/WebFrame.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrame.cpp
|
| @@ -142,6 +142,7 @@ void WebFrame::setFrameOwnerProperties(
|
| owner->setMarginWidth(properties.marginWidth);
|
| owner->setMarginHeight(properties.marginHeight);
|
| owner->setAllowFullscreen(properties.allowFullscreen);
|
| + owner->setAllowPaymentRequest(properties.allowPaymentRequest);
|
| owner->setCsp(properties.requiredCsp);
|
| owner->setDelegatedpermissions(properties.delegatedPermissions);
|
| }
|
|
|