| Index: third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp b/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp
|
| index a9d937e0383a8a29e3a09752f58e21d255871f69..6509cae9ddff567538111d2e5515eae8d6da95d5 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp
|
| @@ -126,7 +126,7 @@ FetchResponseData* FetchResponseData::createCORSFilteredResponse(
|
| (explicitlyExposed &&
|
| !FetchUtils::isForbiddenResponseHeaderName(name))) {
|
| if (explicitlyExposed)
|
| - response->m_corsExposedHeaderNames.add(name);
|
| + response->m_corsExposedHeaderNames.insert(name);
|
| response->m_headerList->append(name, header->second);
|
| }
|
| }
|
|
|