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

Unified Diff: third_party/WebKit/Source/modules/fetch/Headers.h

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
Index: third_party/WebKit/Source/modules/fetch/Headers.h
diff --git a/third_party/WebKit/Source/modules/fetch/Headers.h b/third_party/WebKit/Source/modules/fetch/Headers.h
index 125c523ef95180718a8ab1d29f8cc6dfba3c20f5..81ef9279941eb5a352cc27150a19d99aad2d3d5f 100644
--- a/third_party/WebKit/Source/modules/fetch/Headers.h
+++ b/third_party/WebKit/Source/modules/fetch/Headers.h
@@ -14,11 +14,10 @@
namespace blink {
-class ByteStringSequenceSequenceOrByteStringByteStringRecordOrHeaders;
+class ByteStringSequenceSequenceOrByteStringByteStringRecord;
class ExceptionState;
-using HeadersInit =
- ByteStringSequenceSequenceOrByteStringByteStringRecordOrHeaders;
+using HeadersInit = ByteStringSequenceSequenceOrByteStringByteStringRecord;
// http://fetch.spec.whatwg.org/#headers-class
class MODULES_EXPORT Headers final : public GarbageCollected<Headers>,
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/v8/generated.gni ('k') | third_party/WebKit/Source/modules/fetch/Headers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698