| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| index 61c27537dc859298071f7b46fae61b22a30cea8f..c0ccedfde4c203e8d792aae4fc2568edffda92e6 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -565,7 +565,7 @@ void FrameFetchContext::willStartLoadingResource(
|
| if (activityLogger) {
|
| Vector<String> argv;
|
| argv.push_back(Resource::resourceTypeToString(type, fetchInitiatorName));
|
| - argv.append(request.url());
|
| + argv.push_back(request.url());
|
| activityLogger->logEvent("blinkRequestResource", argv.size(),
|
| argv.data());
|
| }
|
|
|