| Index: third_party/WebKit/Source/platform/network/ParsedContentType.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ParsedContentType.h b/third_party/WebKit/Source/platform/network/ParsedContentType.h
|
| index 3b90443bf41d60e367d6e31e94edc416f4ee1651..d59f6047edd150f1e33f1c1cd0abc2593340a8e8 100644
|
| --- a/third_party/WebKit/Source/platform/network/ParsedContentType.h
|
| +++ b/third_party/WebKit/Source/platform/network/ParsedContentType.h
|
| @@ -53,7 +53,8 @@ class PLATFORM_EXPORT ParsedContentType final {
|
| String mimeType() const { return m_mimeType; }
|
| String charset() const;
|
|
|
| - // Note that in the case of multiple values for the same name, the last value is returned.
|
| + // Note that in the case of multiple values for the same name, the last value
|
| + // is returned.
|
| String parameterValueForName(const String&) const;
|
| size_t parameterCount() const;
|
|
|
|
|