| Index: third_party/WebKit/Source/modules/fetch/Response.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.h b/third_party/WebKit/Source/modules/fetch/Response.h
|
| index 477213be6e70bb1700724a9ec52125f4f492742d..84353ee5aca426bac1de6a0ac353689566834020 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.h
|
| @@ -92,6 +92,7 @@ class MODULES_EXPORT Response final : public Body {
|
| }
|
| bool bodyUsed() override;
|
|
|
| + String ContentType() const override;
|
| String MimeType() const override;
|
| String InternalMIMEType() const;
|
|
|
|
|