Index: Source/core/layout/LayoutButton.h |
diff --git a/Source/core/layout/LayoutButton.h b/Source/core/layout/LayoutButton.h |
index a9f64f07f41d18e5a6f786484be8a25dc7c5a751..2f1819c51a007e656b57f435d3b15761196042af 100644 |
--- a/Source/core/layout/LayoutButton.h |
+++ b/Source/core/layout/LayoutButton.h |
@@ -27,7 +27,7 @@ |
namespace blink { |
// LayoutButtons 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 LayoutButton final : public LayoutFlexibleBox { |
public: |