| 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);
|
| }
|
|
|
|
|