summaryrefslogtreecommitdiff
path: root/lib/url.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/url.js')
-rw-r--r--lib/url.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.js b/lib/url.js
index a5f8f45d01..eac9d1511b 100644
--- a/lib/url.js
+++ b/lib/url.js
@@ -21,7 +21,7 @@
'use strict';
-const { toASCII } = process.binding('config').hasIntl ?
+const { toASCII } = internalBinding('config').hasIntl ?
internalBinding('icu') : require('punycode');
const { hexTable } = require('internal/querystring');