| Index: Source/core/dom/DocumentInit.cpp
|
| diff --git a/Source/core/dom/DocumentInit.cpp b/Source/core/dom/DocumentInit.cpp
|
| index f4bd7480bf496c44eae0931f929ab769b74fbe54..25c274d5dcd2037c2f2f51660aa361949f187868 100644
|
| --- a/Source/core/dom/DocumentInit.cpp
|
| +++ b/Source/core/dom/DocumentInit.cpp
|
| @@ -131,12 +131,6 @@
|
| return frameForSecurityContext()->loader().insecureRequestsPolicy();
|
| }
|
|
|
| -SecurityContext::InsecureNavigationsSet* DocumentInit::insecureNavigationsToUpgrade() const
|
| -{
|
| - ASSERT(frameForSecurityContext());
|
| - return frameForSecurityContext()->loader().insecureNavigationsToUpgrade();
|
| -}
|
| -
|
| bool DocumentInit::isHostedInReservedIPRange() const
|
| {
|
| if (LocalFrame* frame = frameForSecurityContext()) {
|
|
|