Chromium Code Reviews| Index: third_party/WebKit/Source/core/loader/HttpEquiv.h |
| diff --git a/third_party/WebKit/Source/core/loader/HttpEquiv.h b/third_party/WebKit/Source/core/loader/HttpEquiv.h |
| index c683fd405b895395a81832145698ad2cadb4cd03..baf44ded0b06998697091d4f0ffe318a527e2f26 100644 |
| --- a/third_party/WebKit/Source/core/loader/HttpEquiv.h |
| +++ b/third_party/WebKit/Source/core/loader/HttpEquiv.h |
| @@ -13,10 +13,12 @@ namespace blink { |
| class Document; |
| /** |
| - * Handles a HTTP header equivalent set by a meta tag using <meta http-equiv="..." content="...">. This is called |
| - * when a meta tag is encountered during document parsing, and also when a script dynamically changes or adds a meta |
| - * tag. This enables scripts to use meta tags to perform refreshes and set expiry dates in addition to them being |
| - * specified in a HTML file. |
| + * Handles a HTTP header equivalent set by a meta tag using <meta |
|
yhirano
2016/10/03 08:37:34
Moving "<meta" to the next line would be good.
Charlie Harrison
2016/10/03 12:30:05
Done.
|
| + * http-equiv="..." content="...">. This is called when a meta tag is |
| + * encountered during document parsing, and also when a script dynamically |
| + * changes or adds a meta tag. This enables scripts to use meta tags to perform |
| + * refreshes and set expiry dates in addition to them being specified in a HTML |
| + * file. |
| */ |
| class HttpEquiv { |
| STATIC_ONLY(HttpEquiv); |