Chromium Code Reviews| Index: xfa/fxfa/parser/xfa_object.h |
| diff --git a/xfa/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h |
| index 17b624fb139b631225981973251f0fa31df81e8f..4877ec3b94d7b41d36f57736f14d7f0135061430 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 Throw(int32_t iStringID, ...); |
|
Tom Sepez
2016/06/01 18:01:30
Possibly too easy to confuse with c++'s throw. Al
dsinclair
2016/06/01 19:37:07
Done.
|
| protected: |
| CXFA_Document* const m_pDocument; |