Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp

Issue 2797813002: Replicate feature policy container policies. (Closed)
Patch Set: Fix ODR violation Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698