diff --git a/runtime/builtins.cpp b/runtime/builtins.cpp index d1fb07ea724fafd95ca067ecf815c5d863976c8e..d601c1e7fafc7305667eb9c5b8932d8469c716f3 100644 --- a/runtime/builtins.cpp +++ b/runtime/builtins.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -239,7 +239,7 @@ void Builtins::Initialize(const JSHandle &env, JSThread *thread) thread_->ResetGuardians(); #ifdef FUZZING_FUZZILLI_BUILTIN - InitializeFuzzilli(env, obj_func_dynclass); + InitializeFuzzilli(env, objFuncDynclass); #endif }