| Index: fpdfsdk/javascript/global.h
|
| diff --git a/fpdfsdk/javascript/global.h b/fpdfsdk/javascript/global.h
|
| index 335b540271641e08b95c6ea029d2dfd04897c965..02c51d98a934f56e61bd7dfc5a7db2732856d266 100644
|
| --- a/fpdfsdk/javascript/global.h
|
| +++ b/fpdfsdk/javascript/global.h
|
| @@ -59,7 +59,7 @@ class JSGlobalAlternate : public CJS_EmbedObj {
|
| void UpdateGlobalPersistentVariables();
|
| void CommitGlobalPersisitentVariables(IJS_Context* cc);
|
| void DestroyGlobalPersisitentVariables();
|
| - FX_BOOL SetGlobalVariables(const FX_CHAR* propname,
|
| + FX_BOOL SetGlobalVariables(const CFX_ByteString& propname,
|
| int nType,
|
| double dData,
|
| bool bData,
|
|
|