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 c71218a4de653abefbe2a440e929a7b740810225..e7625d25995f2e6b7a662398127fa8e65f8ebe77 100644 |
--- a/third_party/WebKit/Source/web/WebFrame.cpp |
+++ b/third_party/WebKit/Source/web/WebFrame.cpp |
@@ -153,6 +153,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); |
} |