| Index: xfa/fxfa/app/xfa_ffpageview.cpp
 | 
| diff --git a/xfa/fxfa/app/xfa_ffpageview.cpp b/xfa/fxfa/app/xfa_ffpageview.cpp
 | 
| index 54e315f466b35fa2be8536329518cee16977f441..62474b3e384056f7773ae0559366cbeede59b0cb 100644
 | 
| --- a/xfa/fxfa/app/xfa_ffpageview.cpp
 | 
| +++ b/xfa/fxfa/app/xfa_ffpageview.cpp
 | 
| @@ -270,7 +270,7 @@ CXFA_FFWidget* CXFA_FFTabOrderPageWidgetIterator::GetTraverseWidget(
 | 
|      if (pTraverse) {
 | 
|        CFX_WideString wsTraverseWidgetName;
 | 
|        if (pTraverse->GetAttribute(XFA_ATTRIBUTE_Ref, wsTraverseWidgetName)) {
 | 
| -        return FindWidgetByName(wsTraverseWidgetName.AsWideStringC(), pWidget);
 | 
| +        return FindWidgetByName(wsTraverseWidgetName.AsStringC(), pWidget);
 | 
|        }
 | 
|      }
 | 
|    }
 | 
| 
 |