| 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 1791624cfa73dd07961aedeb6c96e9dd771cc6c1..c4e74c401fbbb5eb71ff92b4ccc465aace3476dd 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -898,7 +898,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(
|
|
|