| Index: Source/core/fetch/FetchContext.cpp
|
| diff --git a/Source/core/fetch/FetchContext.cpp b/Source/core/fetch/FetchContext.cpp
|
| index 037e629ab1d7f719a15fd1ed54b0b7ac6707762f..7dc4793f799c5d30ccf9b66ed783bca565f27a7f 100644
|
| --- a/Source/core/fetch/FetchContext.cpp
|
| +++ b/Source/core/fetch/FetchContext.cpp
|
| @@ -73,6 +73,10 @@ void FetchContext::dispatchDidReceiveData(DocumentLoader*, unsigned long, const
|
| {
|
| }
|
|
|
| +void FetchContext::dispatchDidDownloadData(DocumentLoader*, unsigned long, int, int)
|
| +{
|
| +}
|
| +
|
| void FetchContext::dispatchDidFinishLoading(DocumentLoader*, unsigned long, double)
|
| {
|
| }
|
|
|