| Index: xfa/fxfa/parser/xfa_resolvenode_rs.h
 | 
| diff --git a/xfa/fxfa/parser/xfa_resolvenode_rs.h b/xfa/fxfa/parser/xfa_resolvenode_rs.h
 | 
| index 633d0808762082aced1861691bcf7724232b1f72..2e7e297aea7d5384451f9a9a9e5c11c06f79e091 100644
 | 
| --- a/xfa/fxfa/parser/xfa_resolvenode_rs.h
 | 
| +++ b/xfa/fxfa/parser/xfa_resolvenode_rs.h
 | 
| @@ -47,7 +47,7 @@ struct XFA_RESOLVENODE_RS {
 | 
|        for (int32_t i = 0; i < nodes.GetSize(); i++) {
 | 
|          std::unique_ptr<CFXJSE_Value> pValue(new CFXJSE_Value(pIsolate));
 | 
|          (nodes[i]->*(pScriptAttribute->lpfnCallback))(
 | 
| -            pValue.get(), FALSE, (XFA_ATTRIBUTE)pScriptAttribute->eAttribute);
 | 
| +            pValue.get(), false, (XFA_ATTRIBUTE)pScriptAttribute->eAttribute);
 | 
|          valueArray.Add(pValue.release());
 | 
|        }
 | 
|      }
 | 
| 
 |