| Index: Source/core/layout/TableLayoutAlgorithmAuto.h
|
| diff --git a/Source/core/layout/TableLayoutAlgorithmAuto.h b/Source/core/layout/TableLayoutAlgorithmAuto.h
|
| index 6692ffe73e3389fa9c74427cde9484d36ca8a849..22dc635d7b784cf27a7a7fe37dd5677045b2725a 100644
|
| --- a/Source/core/layout/TableLayoutAlgorithmAuto.h
|
| +++ b/Source/core/layout/TableLayoutAlgorithmAuto.h
|
| @@ -63,7 +63,7 @@ private:
|
|
|
| int calcEffectiveLogicalWidth();
|
| void shrinkColumnWidth(const LengthType&, int& available);
|
| - template<typename Total, LengthType, CellsToProcess, DistributionMode, DistributionDirection> void distributeWidthToColumns(int& available, Total);
|
| + template<typename Total, LengthType, CellsToProcess, DistributionMode, DistributionDirection> void distributeWidthToColumns(int& available, Total&);
|
|
|
| void insertSpanCell(LayoutTableCell*);
|
|
|
|
|