| Index: Source/core/fetch/FetchContext.cpp
|
| diff --git a/Source/core/fetch/FetchContext.cpp b/Source/core/fetch/FetchContext.cpp
|
| index e95ce8eb59415ba23279adb94a81d8adf2b9a424..7437e4633884f023b6d3d1a61330ed7402578541 100644
|
| --- a/Source/core/fetch/FetchContext.cpp
|
| +++ b/Source/core/fetch/FetchContext.cpp
|
| @@ -85,7 +85,7 @@ void FetchContext::dispatchDidFinishLoading(DocumentLoader*, unsigned long, doub
|
| {
|
| }
|
|
|
| -void FetchContext::dispatchDidFail(DocumentLoader*, unsigned long, const ResourceError&)
|
| +void FetchContext::dispatchDidFail(DocumentLoader*, unsigned long, const ResourceError&, bool)
|
| {
|
| }
|
|
|
|
|