| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| index 73c1b65eae7e909e3c67d43e77b7aad96d22c5d4..9fcf073cf128063832c2d39b72963a5ecc172eb5 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| @@ -918,7 +918,6 @@ void LocalFrameClientImpl::didChangeFrameOwnerProperties(
|
| frameElement->scrollingMode(), frameElement->marginWidth(),
|
| frameElement->marginHeight(), frameElement->allowFullscreen(),
|
| frameElement->allowPaymentRequest(), frameElement->csp(),
|
| - frameElement->delegatedPermissions(),
|
| frameElement->allowedFeatures()));
|
| }
|
|
|
|
|