Index: fpdfsdk/src/javascript/app.cpp |
diff --git a/fpdfsdk/src/javascript/app.cpp b/fpdfsdk/src/javascript/app.cpp |
index ed1a7ca48119814bea81083319be6f1354f2ed10..136b544142ebb47890d8243507d6454e9d6ffd61 100644 |
--- a/fpdfsdk/src/javascript/app.cpp |
+++ b/fpdfsdk/src/javascript/app.cpp |
@@ -308,10 +308,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); |