| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index cb38d4bac6eddaab09f30c0080a9bf208f8f4848..e30f7da359c76ee40b528e5c621c8750054ec57e 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1635,7 +1635,7 @@ LocalFrame* WebLocalFrameImpl::createChildFrame(
|
| ownerElement->scrollingMode(), ownerElement->marginWidth(),
|
| ownerElement->marginHeight(), ownerElement->allowFullscreen(),
|
| ownerElement->allowPaymentRequest(), ownerElement->csp(),
|
| - ownerElement->delegatedPermissions(), ownerElement->allowedFeatures());
|
| + ownerElement->allowedFeatures());
|
| // FIXME: Using subResourceAttributeName as fallback is not a perfect
|
| // solution. subResourceAttributeName returns just one attribute name. The
|
| // element might not have the attribute, and there might be other attributes
|
|
|