Index: Source/core/loader/EmptyClients.cpp |
diff --git a/Source/core/loader/EmptyClients.cpp b/Source/core/loader/EmptyClients.cpp |
index 567cbbcbd5484a51a6d102586161f41fd04e378b..afe459d3a7fce2a5c0f9f349f3cca2b42b245a52 100644 |
--- a/Source/core/loader/EmptyClients.cpp |
+++ b/Source/core/loader/EmptyClients.cpp |
@@ -121,7 +121,7 @@ PassRefPtr<DocumentLoader> EmptyFrameLoaderClient::createDocumentLoader(LocalFra |
return DocumentLoader::create(frame, request, substituteData); |
} |
-PassRefPtrWillBeRawPtr<LocalFrame> EmptyFrameLoaderClient::createFrame(const KURL&, const AtomicString&, HTMLFrameOwnerElement*, ContentSecurityPolicyDisposition) |
+PassRefPtrWillBeRawPtr<LocalFrame> EmptyFrameLoaderClient::createFrame(const KURL&, const AtomicString&, HTMLFrameOwnerElement*, ContentSecurityPolicyDisposition, SandboxFlags) |
{ |
return nullptr; |
} |