| Index: Source/core/loader/DocumentThreadableLoader.h
|
| diff --git a/Source/core/loader/DocumentThreadableLoader.h b/Source/core/loader/DocumentThreadableLoader.h
|
| index df5b67a30b1d44864f5375c7fa6bf3753cd49841..acb0b9ba47fddc3bbafe16626e3421c986660c32 100644
|
| --- a/Source/core/loader/DocumentThreadableLoader.h
|
| +++ b/Source/core/loader/DocumentThreadableLoader.h
|
| @@ -100,7 +100,6 @@ class DocumentThreadableLoader FINAL : public RefCounted<DocumentThreadableLoade
|
| bool isAllowedByPolicy(const KURL&) const;
|
|
|
| SecurityOrigin* securityOrigin() const;
|
| - bool checkCrossOriginAccessRedirectionUrl(const KURL&, String& errorDescription);
|
|
|
| ThreadableLoaderClient* m_client;
|
| Document* m_document;
|
|
|