summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_object.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-06-02 07:42:25 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-02 07:42:25 -0700
commit2235b7b52e2cedea9b5d4822de9548994362ca96 (patch)
tree69f8857aeab295ef7722ba139c987ba21ed66337 /xfa/fxfa/parser/xfa_object.h
parenta31d4a90f3446df76d8d3ffa0b441db0ad4623af (diff)
downloadpdfium-2235b7b52e2cedea9b5d4822de9548994362ca96.tar.xz
Change ThrowScriptErrorMessage() to just ThrowException().
Shorter and easier to remember. Review-Url: https://codereview.chromium.org/2029043002
Diffstat (limited to 'xfa/fxfa/parser/xfa_object.h')
-rw-r--r--xfa/fxfa/parser/xfa_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h
index 17b624fb13..c4eaa4cc60 100644
--- a/xfa/fxfa/parser/xfa_object.h
+++ b/xfa/fxfa/parser/xfa_object.h
@@ -86,7 +86,7 @@ class CXFA_Object : public CFXJSE_HostObject {
void Script_ObjectClass_ClassName(CFXJSE_Value* pValue,
FX_BOOL bSetting,
XFA_ATTRIBUTE eAttribute);
- void ThrowScriptErrorMessage(int32_t iStringID, ...);
+ void ThrowException(int32_t iStringID, ...);
protected:
CXFA_Document* const m_pDocument;