From f8afce64b4226cfc38d4150dbe28c1964effa015 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 17 May 2017 10:24:35 -0400 Subject: Shorten internal JS prefixes. This Cl shortens the prefix applied in JavaScript to reduce the size of the generated JavaScript string. Change-Id: Ica5d02cc89b17140ba42deae72484cd159f8e3e5 Reviewed-on: https://pdfium-review.googlesource.com/5590 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- xfa/fxfa/fm2js/cxfa_fmsimpleexpression.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'xfa/fxfa/fm2js/cxfa_fmsimpleexpression.h') diff --git a/xfa/fxfa/fm2js/cxfa_fmsimpleexpression.h b/xfa/fxfa/fm2js/cxfa_fmsimpleexpression.h index e6d39419ed..8cdaf35b0f 100644 --- a/xfa/fxfa/fm2js/cxfa_fmsimpleexpression.h +++ b/xfa/fxfa/fm2js/cxfa_fmsimpleexpression.h @@ -13,9 +13,8 @@ #include "core/fxcrt/fx_basic.h" #include "xfa/fxfa/fm2js/cxfa_fmlexer.h" -#define RUNTIMEFUNCTIONRETURNVALUE \ - (L"foxit_xfa_formcalc_runtime_func_return_value") -#define EXCLAMATION_IN_IDENTIFIER (L"foxit_xfa_formcalc__exclamation__") +#define RUNTIMEFUNCTIONRETURNVALUE L"pfm_ret" +#define EXCLAMATION_IN_IDENTIFIER L"pfm__excl__" enum XFA_FM_SimpleExpressionType { ASSIGN, -- cgit v1.2.3