| Index: third_party/WebKit/Source/modules/fetch/Request.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Request.h b/third_party/WebKit/Source/modules/fetch/Request.h
|
| index ceecea51dc508c57f66379339af3f4d6937e9ea2..bda396e16a00638febb18e473268b9cb60c260d7 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.h
|
| @@ -94,6 +94,7 @@ class MODULES_EXPORT Request final : public Body {
|
| RequestInit&,
|
| ExceptionState&);
|
|
|
| + String ContentType() const override;
|
| String MimeType() const override;
|
| void RefreshBody(ScriptState*);
|
|
|
|
|