未验证 提交 bf39f862 编写于 作者: O openharmony_ci 提交者: Gitee

!729 fix ablity acts fails2

Merge pull request !729 from 马根堂/master
......@@ -189,11 +189,12 @@ napi_ref NAPIRemoteObject::GetJsObjectRef() const
return thisVarRef_;
}
void NAPIRemoteObject::SetNewEnv(napi_env env)
void NAPIRemoteObject::SetNewEnv(napi_env envNew)
{
if (envNew_ != env) {
if (envNew_ != envNew) {
ZLOGI(LOG_LABEL, "env updated");
}
envNew_ = envNew;
}
void NAPI_RemoteObject_getCallingInfo(CallingInfo &newCallingInfoParam)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册