Index: Source/core/html/HTMLFrameOwnerElement.cpp |
diff --git a/Source/core/html/HTMLFrameOwnerElement.cpp b/Source/core/html/HTMLFrameOwnerElement.cpp |
index b79cd40503526fbd7d2cf9b197af874d957287d5..495464efca98b54403acdb89f046d6354292f06b 100644 |
--- a/Source/core/html/HTMLFrameOwnerElement.cpp |
+++ b/Source/core/html/HTMLFrameOwnerElement.cpp |
@@ -259,7 +259,7 @@ bool HTMLFrameOwnerElement::loadOrRedirectSubframe(const KURL& url, const Atomic |
if (!SubframeLoadingDisabler::canLoadFrame(*this)) |
return false; |
- return parentFrame->loader().client()->createFrame(url, frameName, this, shouldCheckContentSecurityPolicy); |
+ return parentFrame->loader().client()->createFrame(url, frameName, this, shouldCheckContentSecurityPolicy, m_sandboxFlags); |
} |
void HTMLFrameOwnerElement::trace(Visitor* visitor) |