summaryrefslogtreecommitdiff
path: root/src/node_worker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_worker.cc')
-rw-r--r--src/node_worker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_worker.cc b/src/node_worker.cc
index b6a56b9b94..e22503863d 100644
--- a/src/node_worker.cc
+++ b/src/node_worker.cc
@@ -476,7 +476,7 @@ void Worker::New(const FunctionCallbackInfo<Value>& args) {
// Using invalid_args as the v8_args argument as it stores unknown
// options for the per isolate parser.
- options_parser::PerIsolateOptionsParser::instance.Parse(
+ options_parser::Parse(
&exec_argv,
&exec_argv_out,
&invalid_args,