| Index: third_party/WebKit/Source/platform/network/LinkHeader.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/LinkHeader.cpp b/third_party/WebKit/Source/platform/network/LinkHeader.cpp
|
| index d3ce2261c7d33cf3f2297691247f9b2ba17fb373..2d9894e5b9724e954b0716196337ca849e5f291a 100644
|
| --- a/third_party/WebKit/Source/platform/network/LinkHeader.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/LinkHeader.cpp
|
| @@ -10,7 +10,8 @@
|
|
|
| namespace blink {
|
|
|
| -// Verify that the parameter is a link-extension which according to spec doesn't have to have a value.
|
| +// Verify that the parameter is a link-extension which according to spec doesn't
|
| +// have to have a value.
|
| static bool isExtensionParameter(LinkHeader::LinkParameterName name) {
|
| return name >= LinkHeader::LinkParameterUnknown;
|
| }
|
|
|