| 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 7a1c25a7383ffffcb86d09f88dcdbf1000fa9c86..2f079458451d603c690e5cced07a13894a250fbb 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1615,7 +1615,7 @@ LocalFrame* WebLocalFrameImpl::createChildFrame(
|
| ownerElement->scrollingMode(), ownerElement->marginWidth(),
|
| ownerElement->marginHeight(), ownerElement->allowFullscreen(),
|
| ownerElement->allowPaymentRequest(), ownerElement->csp(),
|
| - ownerElement->delegatedPermissions());
|
| + ownerElement->delegatedPermissions(), 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
|
|
|