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

Unified Diff: third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp

Issue 2384273007: reflow comments in core/html/*.{cpp,h},core/html/imports (Closed)
Patch Set: 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/html/HTMLKeygenElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp b/third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp
index 26dc26ba4ad0ca1b6ea9e4c5bb89e12d50332bf1..9a9d29e8f04a146a85557ff0766b89b7cbb793b7 100644
--- a/third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp
@@ -62,9 +62,10 @@ HTMLKeygenElement* HTMLKeygenElement::create(Document& document,
LayoutObject* HTMLKeygenElement::createLayoutObject(
const ComputedStyle& style) {
- // TODO(mstensho): While it's harmful and meaningless to allow most display types on replaced
- // content (e.g. table, table-row or flex), it would be useful to honor at least some of
- // them. Table-cell (and maybe table-caption too), for instance. See crbug.com/335040
+ // TODO(mstensho): While it's harmful and meaningless to allow most display
+ // types on replaced content (e.g. table, table-row or flex), it would be
+ // useful to honor at least some of them. Table-cell (and maybe table-caption
+ // too), for instance. See crbug.com/335040
return new LayoutBlockFlow(this);
}
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp ('k') | third_party/WebKit/Source/core/html/HTMLLIElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698