Index: third_party/WebKit/Source/core/fetch/FetchContext.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
index 3278e745661b02c9ed9946a23701742e21b4a07d..08d3cfb0ff8ad6b602b6fb21222ae8264a420516 100644 |
--- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
@@ -89,9 +89,12 @@ void FetchContext::dispatchDidFail(unsigned long, |
int64_t, |
bool) {} |
-void FetchContext::willStartLoadingResource(unsigned long, |
- ResourceRequest&, |
- Resource::Type) {} |
+void FetchContext::willStartLoadingResource( |
+ unsigned long, |
+ ResourceRequest&, |
+ Resource::Type, |
+ const AtomicString& fetchInitiatorName, |
+ bool) {} |
void FetchContext::didLoadResource(Resource*) {} |