Index: Source/core/fetch/FetchContext.cpp |
diff --git a/Source/core/fetch/FetchContext.cpp b/Source/core/fetch/FetchContext.cpp |
index bf2f94919e4dc4a54d42776c88520739589a603d..226c894fded4715240ea65270d9a8d36f0fbaceb 100644 |
--- a/Source/core/fetch/FetchContext.cpp |
+++ b/Source/core/fetch/FetchContext.cpp |
@@ -77,7 +77,7 @@ void FetchContext::dispatchDidDownloadData(DocumentLoader*, unsigned long, int, |
{ |
} |
-void FetchContext::dispatchDidFinishLoading(DocumentLoader*, unsigned long, double) |
+void FetchContext::dispatchDidFinishLoading(DocumentLoader*, unsigned long, double, int64_t) |
{ |
} |