| Index: xfa/fxfa/parser/xfa_layout_itemlayout.cpp | 
| diff --git a/xfa/fxfa/parser/xfa_layout_itemlayout.cpp b/xfa/fxfa/parser/xfa_layout_itemlayout.cpp | 
| index d680128ddebfc62def5529dff9d8b3761bf6ad14..6553dc07cc563b69e2c120370f84e7a4eac1a8bd 100644 | 
| --- a/xfa/fxfa/parser/xfa_layout_itemlayout.cpp | 
| +++ b/xfa/fxfa/parser/xfa_layout_itemlayout.cpp | 
| @@ -1389,7 +1389,7 @@ void CXFA_ItemLayoutProcessor::DoLayoutTableContainer(CXFA_Node* pLayoutNode) { | 
| wsWidth = widths[i]; | 
| wsWidth.TrimLeft(L' '); | 
| if (!wsWidth.IsEmpty()) { | 
| -          CXFA_Measurement measure(wsWidth.AsWideStringC()); | 
| +          CXFA_Measurement measure(wsWidth.AsStringC()); | 
| m_rgSpecifiedColumnWidths.Add(measure.ToUnit(XFA_UNIT_Pt)); | 
| } | 
| } | 
|  |