| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| index 576acc203db093a1574fcc8974064251e48cfc19..557f06daa7c62d98090fcfc00b69058daa02285d 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -893,7 +893,8 @@ void FrameLoaderClientImpl::didChangeFrameOwnerProperties(
|
| WebFrameOwnerProperties(
|
| frameElement->scrollingMode(), frameElement->marginWidth(),
|
| frameElement->marginHeight(), frameElement->allowFullscreen(),
|
| - frameElement->csp(), frameElement->delegatedPermissions()));
|
| + frameElement->allowPaymentRequest(), frameElement->csp(),
|
| + frameElement->delegatedPermissions()));
|
| }
|
|
|
| void FrameLoaderClientImpl::dispatchWillStartUsingPeerConnectionHandler(
|
|
|