| Index: Source/core/loader/DocumentLoader.cpp
|
| diff --git a/Source/core/loader/DocumentLoader.cpp b/Source/core/loader/DocumentLoader.cpp
|
| index 3c2b5e7161b081adca73e66bf188a0689b534b1f..969a91d665e88966ba6973baa06ca40e0328cd91 100644
|
| --- a/Source/core/loader/DocumentLoader.cpp
|
| +++ b/Source/core/loader/DocumentLoader.cpp
|
| @@ -542,13 +542,6 @@ void DocumentLoader::dataReceived(Resource* resource, const char* data, int leng
|
| cancelMainResourceLoad(ResourceError::cancelledError(m_request.url()));
|
| }
|
|
|
| -void DocumentLoader::checkLoadComplete()
|
| -{
|
| - if (!m_frame || isLoading() || !m_committed)
|
| - return;
|
| - m_frame->domWindow()->finishedLoading();
|
| -}
|
| -
|
| void DocumentLoader::clearRedirectChain()
|
| {
|
| m_redirectChain.clear();
|
| @@ -577,7 +570,6 @@ void DocumentLoader::detachFromFrame()
|
| void DocumentLoader::clearMainResourceLoader()
|
| {
|
| m_loadingMainResource = false;
|
| - checkLoadComplete();
|
| }
|
|
|
| void DocumentLoader::clearMainResourceHandle()
|
|
|