| Index: fpdfsdk/javascript/app.h
|
| diff --git a/fpdfsdk/javascript/app.h b/fpdfsdk/javascript/app.h
|
| index 52dfd2f9ca25ff90bf18cdb825817631784f9d35..97db59e437b4dcfd01e9871c97efc5dd35001b61 100644
|
| --- a/fpdfsdk/javascript/app.h
|
| +++ b/fpdfsdk/javascript/app.h
|
| @@ -161,7 +161,7 @@ class app : public CJS_EmbedObj {
|
| // CJS_EmbedObj
|
| void RunJsScript(CJS_Runtime* pRuntime, const CFX_WideString& wsScript);
|
|
|
| - void ClearTimerCommon(const CJS_Value& param);
|
| + void ClearTimerCommon(CJS_Runtime* pRuntime, const CJS_Value& param);
|
|
|
| bool m_bCalculate;
|
| bool m_bRuntimeHighLight;
|
|
|