| Index: Source/core/loader/DocumentLoader.h
|
| diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
|
| index 474821862b17e32c50a164671cfae88b1437c8f7..582295419b70944975777d61376f1a6dcea129c3 100644
|
| --- a/Source/core/loader/DocumentLoader.h
|
| +++ b/Source/core/loader/DocumentLoader.h
|
| @@ -131,8 +131,6 @@ namespace WebCore {
|
|
|
| ApplicationCacheHost* applicationCacheHost() const { return m_applicationCacheHost.get(); }
|
|
|
| - void checkLoadComplete();
|
| -
|
| bool isRedirect() const { return m_redirectChain.size() > 1; }
|
| void clearRedirectChain();
|
| void appendRedirect(const KURL&);
|
|
|