Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1575)

Unified Diff: third_party/WebKit/Source/core/loader/HttpEquiv.cpp

Issue 2383403002: Reflow comments in core/loader (Closed)
Patch Set: yhirano comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/loader/HttpEquiv.cpp
diff --git a/third_party/WebKit/Source/core/loader/HttpEquiv.cpp b/third_party/WebKit/Source/core/loader/HttpEquiv.cpp
index 1bc93b86949efe3b59b2dd90d533095aabc3c2a4..f5455a880ed629f60d9d23d28126a44d59027a5a 100644
--- a/third_party/WebKit/Source/core/loader/HttpEquiv.cpp
+++ b/third_party/WebKit/Source/core/loader/HttpEquiv.cpp
@@ -108,7 +108,8 @@ void HttpEquiv::processHttpEquivRefresh(Document& document,
void HttpEquiv::processHttpEquivSetCookie(Document& document,
const AtomicString& content) {
- // FIXME: make setCookie work on XML documents too; e.g. in case of <html:meta .....>
+ // FIXME: make setCookie work on XML documents too; e.g. in case of
+ // <html:meta.....>
if (!document.isHTMLDocument())
return;
« no previous file with comments | « third_party/WebKit/Source/core/loader/HttpEquiv.h ('k') | third_party/WebKit/Source/core/loader/ImageLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698