| 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 7dac8076e47fcb52e1491eda7d1ce06e64c71309..a950551159cc89c4b138f908b5094ad7a3913589 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -900,7 +900,8 @@ void FrameLoaderClientImpl::didChangeFrameOwnerProperties(
|
| frameElement->scrollingMode(), frameElement->marginWidth(),
|
| frameElement->marginHeight(), frameElement->allowFullscreen(),
|
| frameElement->allowPaymentRequest(), frameElement->csp(),
|
| - frameElement->delegatedPermissions()));
|
| + frameElement->delegatedPermissions(),
|
| + frameElement->allowedFeatures()));
|
| }
|
|
|
| void FrameLoaderClientImpl::dispatchWillStartUsingPeerConnectionHandler(
|
|
|