| 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 a2f293e55a33e75cf73cc1be5c0095f3f2a444ba..037b80f14a80ed375c0d8eeb5f9d70d66dd4e7f4 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;
|
|
|
|
|