Index: third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp b/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp |
index ce04da9bf1e0f7cd2ade8cc0f820c9797c3df591..49b16403813c70ecd395e4cd0f9e708df6755c4d 100644 |
--- a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp |
+++ b/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp |
@@ -68,7 +68,7 @@ static AtomicString createAccessControlRequestHeadersHeader( |
// Access-Control-Request-Headers header. |
continue; |
} |
- filteredHeaders.append(header.key.lower()); |
+ filteredHeaders.push_back(header.key.lower()); |
} |
// Sort header names lexicographically. |