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 5fc1bbc4fc9b6de45ae932fc941c6ad1895130bd..1ded2886cccb84ce64349c54019d69519ebd31d1 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -1607,7 +1607,8 @@ LocalFrame* WebLocalFrameImpl::createChildFrame( |
ownerElement->scrollingMode(), ownerElement->marginWidth(), |
ownerElement->marginHeight(), ownerElement->allowFullscreen(), |
ownerElement->allowPaymentRequest(), ownerElement->csp(), |
- ownerElement->delegatedPermissions()); |
+ ownerElement->delegatedPermissions(), |
+ ownerElement->allowedFeatureNames()); |
// 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 |