summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/report.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/javascript/report.cpp')
-rw-r--r--fpdfsdk/javascript/report.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/javascript/report.cpp b/fpdfsdk/javascript/report.cpp
index 87ed416b05..2cb123ab71 100644
--- a/fpdfsdk/javascript/report.cpp
+++ b/fpdfsdk/javascript/report.cpp
@@ -29,7 +29,7 @@ Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {}
Report::~Report() {}
-bool Report::writeText(IJS_EventContext* cc,
+bool Report::writeText(CJS_Runtime* pRuntime,
const std::vector<CJS_Value>& params,
CJS_Value& vRet,
CFX_WideString& sError) {
@@ -37,7 +37,7 @@ bool Report::writeText(IJS_EventContext* cc,
return true;
}
-bool Report::save(IJS_EventContext* cc,
+bool Report::save(CJS_Runtime* pRuntime,
const std::vector<CJS_Value>& params,
CJS_Value& vRet,
CFX_WideString& sError) {