| Index: third_party/WebKit/WebCore/loader/DocumentLoader.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/loader/DocumentLoader.cpp (revision 9118)
|
| +++ third_party/WebKit/WebCore/loader/DocumentLoader.cpp (working copy)
|
| @@ -152,6 +152,7 @@
|
| , m_loadingFromCachedPage(false)
|
| , m_stopRecordingResponses(false)
|
| , m_substituteResourceDeliveryTimer(this, &DocumentLoader::substituteResourceDeliveryTimerFired)
|
| + , m_urlForHistoryReflectsClientRedirect(false)
|
| #if ENABLE(OFFLINE_WEB_APPLICATIONS)
|
| , m_candidateApplicationCacheGroup(0)
|
| #endif
|
|
|