Chromium Code Reviews| Index: third_party/WebKit/Source/core/loader/FrameLoader.cpp |
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.cpp b/third_party/WebKit/Source/core/loader/FrameLoader.cpp |
| index 748336e8359906c0a7221561e15160e1472385cf..994eb406779b4f16f1de7701e980fea96bfdac07 100644 |
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.cpp |
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.cpp |
| @@ -431,8 +431,6 @@ void FrameLoader::receivedFirstData() |
| HistoryCommitType historyCommitType = loadTypeToCommitType(m_loadType); |
| if (historyCommitType == StandardCommit && (m_documentLoader->urlForHistory().isEmpty() || (opener() && !m_currentItem && m_documentLoader->originalRequest().url().isEmpty()))) |
| historyCommitType = HistoryInertCommit; |
| - else if (historyCommitType == InitialCommitInChildFrame && MixedContentChecker::isMixedContent(m_frame->tree().top()->securityContext()->getSecurityOrigin(), m_documentLoader->url())) |
| - historyCommitType = HistoryInertCommit; |
|
Charlie Reis
2016/08/01 23:39:16
This reverts the fix for https://crbug.com/348952,
|
| setHistoryItemStateForCommit(m_loadType, historyCommitType, HistoryNavigationType::DifferentDocument); |
| if (!m_stateMachine.committedMultipleRealLoads() && m_loadType == FrameLoadTypeStandard) |