| Index: core/include/fpdfdoc/fpdf_vt.h
 | 
| diff --git a/core/include/fpdfdoc/fpdf_vt.h b/core/include/fpdfdoc/fpdf_vt.h
 | 
| index 62a60197934304f77c66f64c28e714d6ba0bc538..141b3c6a1cda16d711c68e7c424b89d3d60fa412 100644
 | 
| --- a/core/include/fpdfdoc/fpdf_vt.h
 | 
| +++ b/core/include/fpdfdoc/fpdf_vt.h
 | 
| @@ -448,8 +448,8 @@ class IPDF_VariableText {
 | 
|  
 | 
|    virtual void UpdateWordPlace(CPVT_WordPlace& place) const = 0;
 | 
|  
 | 
| -  virtual CPVT_WordPlace AjustLineHeader(const CPVT_WordPlace& place,
 | 
| -                                         FX_BOOL bPrevOrNext) const = 0;
 | 
| +  virtual CPVT_WordPlace AdjustLineHeader(const CPVT_WordPlace& place,
 | 
| +                                          FX_BOOL bPrevOrNext) const = 0;
 | 
|  
 | 
|    virtual int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const = 0;
 | 
|  
 | 
| 
 |