| 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 e730ac088b2b7366f013c1bc0658694868ba7f58..7dc4f1db8d69bff9e6fa5b50228adf315ab67a75 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -902,6 +902,7 @@ void FrameLoaderClientImpl::didChangeFrameOwnerProperties(
|
| WebFrameOwnerProperties(
|
| frameElement->scrollingMode(), frameElement->marginWidth(),
|
| frameElement->marginHeight(), frameElement->allowFullscreen(),
|
| + frameElement->allowPaymentRequest(),
|
| frameElement->delegatedPermissions()));
|
| }
|
|
|
|
|