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 327ccfd7a8de28705e711b5d2d29e61d826b903c..fe2d9f6539cc556aa0d25e41447acfaa8bed01b4 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -1589,6 +1589,7 @@ LocalFrame* WebLocalFrameImpl::createChildFrame( |
WebFrameOwnerProperties ownerProperties( |
ownerElement->scrollingMode(), ownerElement->marginWidth(), |
ownerElement->marginHeight(), ownerElement->allowFullscreen(), |
+ ownerElement->allowPaymentRequest(), |
ownerElement->delegatedPermissions()); |
// FIXME: Using subResourceAttributeName as fallback is not a perfect |
// solution. subResourceAttributeName returns just one attribute name. The |