| Index: third_party/WebKit/Source/modules/fetch/Body.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Body.h b/third_party/WebKit/Source/modules/fetch/Body.h
|
| index fe10962d99d82e07dc4aeeb5062774b568a45f50..70d9e370b5fa12bb6be88f9dc3284bb11bb2cff2 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Body.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Body.h
|
| @@ -60,6 +60,9 @@ public:
|
| }
|
|
|
| private:
|
| + // TODO(e_hakkinen): Fix |mimeType()| to always contain parameters and
|
| + // remove |contentType()|.
|
| + virtual String contentType() const = 0;
|
| virtual String mimeType() const = 0;
|
|
|
| // Body consumption algorithms will reject with a TypeError in a number of
|
|
|