summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js/xfa_program.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-05-10 13:38:20 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-05-10 20:51:35 +0000
commit6f62ccd50ff85ba6a60ddf47993745739854cd8f (patch)
tree31ccdd4107b9e20939f92179f7a4f8a4d2d025d4 /xfa/fxfa/fm2js/xfa_program.h
parent5b590337e0778b49dd7092af4a283ed0f9c5a2e9 (diff)
downloadpdfium-6f62ccd50ff85ba6a60ddf47993745739854cd8f.tar.xz
Check CXFA_FM2JSContext::Translate() return value.
Remove not useful error parameter. Change-Id: I6f49a51a47c9d7f45e75a585679e15f0414aac26 Reviewed-on: https://pdfium-review.googlesource.com/5254 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'xfa/fxfa/fm2js/xfa_program.h')
-rw-r--r--xfa/fxfa/fm2js/xfa_program.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/fm2js/xfa_program.h b/xfa/fxfa/fm2js/xfa_program.h
index 7a2dade6fd..a00a5037da 100644
--- a/xfa/fxfa/fm2js/xfa_program.h
+++ b/xfa/fxfa/fm2js/xfa_program.h
@@ -20,8 +20,6 @@ class CXFA_FMProgram {
int32_t ParseProgram();
int32_t TranslateProgram(CFX_WideTextBuf& wsJavaScript);
- const CXFA_FMErrorInfo& GetError() const { return m_pErrorInfo; }
-
private:
CXFA_FMErrorInfo m_pErrorInfo;
CXFA_FMParse m_parse;