| Index: Source/core/rendering/RenderButton.h
|
| diff --git a/Source/core/rendering/RenderButton.h b/Source/core/rendering/RenderButton.h
|
| index 585a4b40c7e3ed9c7dde3b521295b3e9d93d2a0f..0a0ce1650e713a71a826c07a62a20947d125fb3e 100644
|
| --- a/Source/core/rendering/RenderButton.h
|
| +++ b/Source/core/rendering/RenderButton.h
|
| @@ -27,7 +27,7 @@
|
| namespace blink {
|
|
|
| // RenderButtons are just like normal flexboxes except that they will generate an anonymous block child.
|
| -// For inputs, they will also generate an anonymous RenderText and keep its style and content up
|
| +// For inputs, they will also generate an anonymous LayoutText and keep its style and content up
|
| // to date as the button changes.
|
| class RenderButton final : public RenderFlexibleBox {
|
| public:
|
|
|