| 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 b92e52d602d25a9090d272ad76e8b92b69dbb01f..a3fae4802a1f7414220a6e2460c5904193bccb24 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1656,7 +1656,7 @@ LocalFrame* WebLocalFrameImpl::createChildFrame(
|
| this, scope, name,
|
| ownerElement->getAttribute(ownerElement->subResourceAttributeName()),
|
| static_cast<WebSandboxFlags>(ownerElement->getSandboxFlags()),
|
| - ownerProperties));
|
| + ownerElement->containerPolicy(), ownerProperties));
|
| if (!webframeChild)
|
| return nullptr;
|
|
|
|
|