| Index: third_party/WebKit/Source/core/layout/LayoutRubyRun.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutRubyRun.h b/third_party/WebKit/Source/core/layout/LayoutRubyRun.h
|
| index b1e07654a64ac2e700588a5afcfcc3dde6f1985b..abd92030c4aafd6aee5105894b718dc9c9ec0456 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutRubyRun.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutRubyRun.h
|
| @@ -39,7 +39,8 @@ namespace blink {
|
| class LayoutRubyBase;
|
| class LayoutRubyText;
|
|
|
| -// LayoutRubyRun are 'inline-block/table' like objects,and wrap a single pairing of a ruby base with its ruby text(s).
|
| +// LayoutRubyRun are 'inline-block/table' like objects,and wrap a single pairing
|
| +// of a ruby base with its ruby text(s).
|
| // See LayoutRuby.h for further comments on the structure
|
|
|
| class LayoutRubyRun final : public LayoutBlockFlow {
|
|
|