| Index: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| index 8af7fc9ebcd5b2fec1273bad2c892849a648cb5f..1d99456549aaf31e878fda8b2d687df945d164e0 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| @@ -142,7 +142,9 @@ class CORE_EXPORT DocumentThreadableLoader final : public ThreadableLoader,
|
| // Investigates the response for the preflight request. If successful,
|
| // the actual request will be made later in handleSuccessfulFinish().
|
| void handlePreflightResponse(const ResourceResponse&);
|
| - void handleError(const ResourceError&);
|
| +
|
| + void dispatchDidFailAccessControlCheck(const ResourceError&);
|
| + void dispatchDidFail(const ResourceError&);
|
|
|
| void loadRequestAsync(const ResourceRequest&, ResourceLoaderOptions);
|
| void loadRequestSync(const ResourceRequest&, ResourceLoaderOptions);
|
|
|