| Index: fpdfsdk/src/javascript/app.cpp
|
| diff --git a/fpdfsdk/src/javascript/app.cpp b/fpdfsdk/src/javascript/app.cpp
|
| index 29007a4a2a80e7017979f80974bf067e4f4517bc..24f00ca262d24f03d99bc5b170f46c4892e2ce01 100644
|
| --- a/fpdfsdk/src/javascript/app.cpp
|
| +++ b/fpdfsdk/src/javascript/app.cpp
|
| @@ -302,10 +302,10 @@ FX_BOOL app::alert(IFXJS_Context* cc,
|
| CJS_Value* pValue = new CJS_Value(isolate);
|
| // if (iLenth == 1)
|
| // pValue = new
|
| - //CJS_Value(isolate);
|
| + // CJS_Value(isolate);
|
| // else if (iLenth > 1)
|
| // pValue = new
|
| - //CJS_Value[iLenth];
|
| + // CJS_Value[iLenth];
|
|
|
| for (int i = 0; i < iLenth; i++) {
|
| carray.GetElement(i, *pValue);
|
|
|