| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| index e178277ac7fbda093b22f3c70af16655cbcff366..386b8070007675d1ad5cb0948d882a102099c3fa 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| @@ -771,7 +771,7 @@ void ResourceFetcher::storePerformanceTimingInitiatorInformation(
|
|
|
| if (!isMainResource ||
|
| context().updateTimingInfoForIFrameNavigation(info.get())) {
|
| - m_resourceTimingInfoMap.add(resource, std::move(info));
|
| + m_resourceTimingInfoMap.insert(resource, std::move(info));
|
| }
|
| }
|
|
|
|
|