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

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

Issue 2691513002: Fetch: Make Headers' constructor match the current spec IDL. (Closed)
Patch Set: Rebase again 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/RequestInit.h
diff --git a/third_party/WebKit/Source/modules/fetch/RequestInit.h b/third_party/WebKit/Source/modules/fetch/RequestInit.h
index cbde8fbd86ff430d13bbfeceabae0afc06d7a29a..21b13468bd57284d24f0dcf6e360248486d8b5cb 100644
--- a/third_party/WebKit/Source/modules/fetch/RequestInit.h
+++ b/third_party/WebKit/Source/modules/fetch/RequestInit.h
@@ -5,8 +5,6 @@
#ifndef RequestInit_h
#define RequestInit_h
-#include <memory>
-#include "bindings/core/v8/Dictionary.h"
#include "platform/heap/Handle.h"
#include "platform/network/EncodedFormData.h"
#include "platform/weborigin/Referrer.h"
@@ -16,6 +14,8 @@
namespace blink {
class BytesConsumer;
+class Dictionary;
+class ExecutionContext;
class ExceptionState;
class Headers;
@@ -28,7 +28,6 @@ class RequestInit {
String method;
Member<Headers> headers;
- Dictionary headers_dictionary;
String content_type;
Member<BytesConsumer> body;
Referrer referrer;
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/Request.cpp ('k') | third_party/WebKit/Source/modules/fetch/RequestInit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698