Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
index 6e464c6aecf66892e4f2d2f857ff24075f0c9f93..98b9fead7f7f6c54aae84642d7f646b24853c031 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -1626,7 +1626,8 @@ LocalFrame* WebLocalFrameImpl::createChildFrame( |
WebFrameOwnerProperties ownerProperties( |
ownerElement->scrollingMode(), ownerElement->marginWidth(), |
ownerElement->marginHeight(), ownerElement->allowFullscreen(), |
- ownerElement->csp(), ownerElement->delegatedPermissions()); |
+ ownerElement->allowPaymentRequest(), ownerElement->csp(), |
+ ownerElement->delegatedPermissions()); |
// FIXME: Using subResourceAttributeName as fallback is not a perfect |
// solution. subResourceAttributeName returns just one attribute name. The |
// element might not have the attribute, and there might be other attributes |