Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: third_party/WebKit/Source/modules/fetch/RequestInit.cpp

Issue 2854613002: fetch: Drop Headers from HeadersInit typedef declaration. (Closed)
Patch Set: Adjust expectations for ServiceWorkerVersionBrowserTest.FetchEvent_Response Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/RequestInit.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/fetch/RequestInit.cpp
diff --git a/third_party/WebKit/Source/modules/fetch/RequestInit.cpp b/third_party/WebKit/Source/modules/fetch/RequestInit.cpp
index 7f1731af66b824e08c3e5f1c47f71dda521f85b5..1bc75417052eaf90954ce34538ee34f8353450e6 100644
--- a/third_party/WebKit/Source/modules/fetch/RequestInit.cpp
+++ b/third_party/WebKit/Source/modules/fetch/RequestInit.cpp
@@ -106,7 +106,7 @@ RequestInit::RequestInit(ExecutionContext* context,
v8::Isolate* isolate = ToIsolate(context);
if (is_header_set) {
- V8ByteStringSequenceSequenceOrByteStringByteStringRecordOrHeaders::toImpl(
+ V8ByteStringSequenceSequenceOrByteStringByteStringRecord::toImpl(
isolate, v8_headers, headers, UnionTypeConversionMode::kNotNullable,
exception_state);
if (exception_state.HadException())
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/RequestInit.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698