diff --git a/v8go.cc b/v8go.cc index cfab1481..7284c0c3 100644 --- a/v8go.cc +++ b/v8go.cc @@ -61,7 +61,9 @@ const char* CopyString(String::Utf8Value& value) { return CopyString(*value); } -RtnError ExceptionError(TryCatch& try_catch, Isolate* iso, Local ctx) { +static RtnError ExceptionError(TryCatch& try_catch, + Isolate* iso, + Local ctx) { HandleScope handle_scope(iso); RtnError rtn = {nullptr, nullptr, nullptr};