Chromium Code Reviews| Index: fpdfsdk/pdfwindow/PWL_Label.cpp |
| diff --git a/fpdfsdk/pdfwindow/PWL_Label.cpp b/fpdfsdk/pdfwindow/PWL_Label.cpp |
| index 9a1dce61d87effb88dab1001f7e66e7189db31f4..1375678cfbdd5a27af8fc2f851aa7149db880a5a 100644 |
| --- a/fpdfsdk/pdfwindow/PWL_Label.cpp |
| +++ b/fpdfsdk/pdfwindow/PWL_Label.cpp |
| @@ -132,7 +132,7 @@ CFX_ByteString CPWL_Label::GetTextAppearanceStream( |
| << sEdit.AsStringC() << "ET\n"; |
| } |
| - return sRet.GetByteString(); |
| + return sRet.AsStringC(); |
| } |
| CFX_WideString CPWL_Label::GetText() const { |