Index: Source/core/rendering/RenderBlockFlow.h |
diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h |
index 47bd2a01501a2e09d26088418243f952322b66f6..2334718cc82df19c0eecd9f1f44cc0f321cba496 100644 |
--- a/Source/core/rendering/RenderBlockFlow.h |
+++ b/Source/core/rendering/RenderBlockFlow.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 LayoutCombineText |
void computeInlinePreferredLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth); |
virtual bool shouldPaintSelectionGaps() const override final; |