| Index: Source/core/loader/FrameLoaderClient.h
|
| diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
|
| index dd5d85960a57c50dd92f082cc2b45fca0c14308c..5e3aff230690b876c3a533a9c7e381fd7077dc84 100644
|
| --- a/Source/core/loader/FrameLoaderClient.h
|
| +++ b/Source/core/loader/FrameLoaderClient.h
|
| @@ -143,7 +143,7 @@ namespace blink {
|
|
|
| virtual void transitionToCommittedForNewPage() = 0;
|
|
|
| - virtual PassRefPtrWillBeRawPtr<LocalFrame> createFrame(const KURL&, const AtomicString& name, HTMLFrameOwnerElement*, ContentSecurityPolicyDisposition shouldCheckContentSecurityPolicy) = 0;
|
| + virtual PassRefPtrWillBeRawPtr<LocalFrame> createFrame(const KURL&, const AtomicString& name, HTMLFrameOwnerElement*, ContentSecurityPolicyDisposition shouldCheckContentSecurityPolicy, SandboxFlags) = 0;
|
| // Whether or not plugin creation should fail if the HTMLPlugInElement isn't in the DOM after plugin initialization.
|
| enum DetachedPluginPolicy {
|
| FailOnDetachedPlugin,
|
|
|