X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Frendering%2FFixedTableLayout.cpp;h=195d9af16cf68cc97a4c8ae7086f24b3aea3c61d;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=83cc6cebe969a852f2c4094d2f7770ff95e88f45;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/rendering/FixedTableLayout.cpp b/src/third_party/WebKit/Source/core/rendering/FixedTableLayout.cpp index 83cc6ce..195d9af 100644 --- a/src/third_party/WebKit/Source/core/rendering/FixedTableLayout.cpp +++ b/src/third_party/WebKit/Source/core/rendering/FixedTableLayout.cpp @@ -148,7 +148,7 @@ int FixedTableLayout::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::computeLogicalWidthInRegionUsing to compute the width. + // RenderBox::computeLogicalWidthUsing to compute the width. if (logicalWidth.isFixed() && logicalWidth.isPositive()) { fixedBorderBoxLogicalWidth = cell->adjustBorderBoxLogicalWidthForBoxSizing(logicalWidth.value()); logicalWidth.setValue(fixedBorderBoxLogicalWidth);