| Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| index 245b0869b772b1b0879d04a5b038f673ee92e174..0d2e963bbeac4733a20bdd60699e3d79291c369d 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -217,7 +217,6 @@ void DocumentLoader::mainReceivedError(const ResourceError& error)
|
| m_applicationCacheHost->failedLoadingMainResource();
|
| if (!frameLoader())
|
| return;
|
| - m_mainDocumentError = error;
|
| if (m_state < MainResourceDone)
|
| m_state = MainResourceDone;
|
| frameLoader()->receivedMainResourceError(this, error);
|
| @@ -723,7 +722,6 @@ bool DocumentLoader::maybeLoadEmpty()
|
| void DocumentLoader::startLoadingMainResource()
|
| {
|
| RefPtrWillBeRawPtr<DocumentLoader> protect(this);
|
| - m_mainDocumentError = ResourceError();
|
| timing().markNavigationStart();
|
| ASSERT(!m_mainResource);
|
| ASSERT(m_state == NotStarted);
|
|
|