| Index: third_party/WebKit/Source/core/layout/LayoutBR.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBR.h b/third_party/WebKit/Source/core/layout/LayoutBR.h
|
| index 330ca6d475835af30bbe565d13ce6ff91f05dbf1..1450d33dc91807d133b57b7f65421123af9ab76a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBR.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBR.h
|
| @@ -23,10 +23,8 @@
|
|
|
| #include "core/layout/LayoutText.h"
|
|
|
| -/*
|
| - * The whole class here is a hack to get <br> working, as long as we don't have support for
|
| - * CSS2 :before and :after pseudo elements
|
| - */
|
| +// The whole class here is a hack to get <br> working, as long as we don't have
|
| +// support for CSS2 :before and :after pseudo elements.
|
| namespace blink {
|
|
|
| class LayoutBR final : public LayoutText {
|
|
|