Index: Source/core/rendering/RenderButton.h |
diff --git a/Source/core/rendering/RenderButton.h b/Source/core/rendering/RenderButton.h |
index dd922e71df8fcf209f2b26632ce4e82fd1e38194..8aaed6266c947f3bf898371776e13ef70a16db18 100644 |
--- a/Source/core/rendering/RenderButton.h |
+++ b/Source/core/rendering/RenderButton.h |
@@ -26,8 +26,6 @@ |
namespace WebCore { |
-class RenderTextFragment; |
- |
// 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 |
// to date as the button changes. |