From ca27127240fbca2184f1c576b15b5212d5b314e6 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 3 Aug 2016 10:48:00 -0700 Subject: Fixup class name spelling Fix CXFA_FMIdentifierExpressionn to remove the duplicate n. Review-Url: https://codereview.chromium.org/2210543002 --- xfa/fxfa/fm2js/xfa_simpleexpression.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xfa/fxfa/fm2js/xfa_simpleexpression.h') diff --git a/xfa/fxfa/fm2js/xfa_simpleexpression.h b/xfa/fxfa/fm2js/xfa_simpleexpression.h index 27086f4cc4..857cd518cf 100644 --- a/xfa/fxfa/fm2js/xfa_simpleexpression.h +++ b/xfa/fxfa/fm2js/xfa_simpleexpression.h @@ -96,10 +96,10 @@ class CXFA_FMStringExpression : public CXFA_FMSimpleExpression { CFX_WideStringC m_wsString; }; -class CXFA_FMIdentifierExpressionn : public CXFA_FMSimpleExpression { +class CXFA_FMIdentifierExpression : public CXFA_FMSimpleExpression { public: - CXFA_FMIdentifierExpressionn(uint32_t line, CFX_WideStringC wsIdentifier); - ~CXFA_FMIdentifierExpressionn() override; + CXFA_FMIdentifierExpression(uint32_t line, CFX_WideStringC wsIdentifier); + ~CXFA_FMIdentifierExpression() override; void ToJavaScript(CFX_WideTextBuf& javascript) override; private: -- cgit v1.2.3