| Index: third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| index c6ec50cb62930460003fe05bbab10d4a9eca180d..5f2987353b080e3400305fc172a87a3682ec9976 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| @@ -92,7 +92,7 @@ void FetchContext::willStartLoadingResource(
|
| ResourceRequest&,
|
| Resource::Type,
|
| const AtomicString& fetchInitiatorName,
|
| - bool) {}
|
| + V8ActivityLoggingPolicy) {}
|
|
|
| void FetchContext::didLoadResource(Resource*) {}
|
|
|
|
|