Index: Source/core/layout/LayoutTableAlgorithmFixed.cpp |
diff --git a/Source/core/layout/LayoutTableAlgorithmFixed.cpp b/Source/core/layout/LayoutTableAlgorithmFixed.cpp |
index 61cd9a82716c2d55c7b5f2e67b8c00d839e7c920..1ac9d35005753229d3aedbc2764d919a7ba6a1ee 100644 |
--- a/Source/core/layout/LayoutTableAlgorithmFixed.cpp |
+++ b/Source/core/layout/LayoutTableAlgorithmFixed.cpp |
@@ -146,7 +146,7 @@ int LayoutTableAlgorithmFixed::calcWidthArray() |
unsigned span = cell->colSpan(); |
int fixedBorderBoxLogicalWidth = 0; |
// FIXME: Support other length types. If the width is non-auto, it should probably just use |
- // RenderBox::computeLogicalWidthUsing to compute the width. |
+ // LayoutBox::computeLogicalWidthUsing to compute the width. |
if (logicalWidth.isFixed() && logicalWidth.isPositive()) { |
fixedBorderBoxLogicalWidth = cell->adjustBorderBoxLogicalWidthForBoxSizing(logicalWidth.value()); |
logicalWidth.setValue(fixedBorderBoxLogicalWidth); |