Index: Source/core/layout/LayoutBlockFlow.h |
diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h |
index 68254ef458c68bb26186e0efd8c7b4a6b64f4ca6..4357c07bc28ed308b49423de13065305f54f727d 100644 |
--- a/Source/core/layout/LayoutBlockFlow.h |
+++ b/Source/core/layout/LayoutBlockFlow.h |
@@ -178,7 +178,7 @@ public: |
void addOverflowFromInlineChildren(); |
- // FIXME: This should be const to avoid a const_cast, but can modify child dirty bits and RenderCombineText |
+ // FIXME: This should be const to avoid a const_cast, but can modify child dirty bits and LayoutTextCombine |
void computeInlinePreferredLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth); |
virtual bool shouldPaintSelectionGaps() const override final; |