summaryrefslogtreecommitdiff
path: root/lib/url.js
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2017-01-22 14:29:12 -0800
committerTimothy Gu <timothygu99@gmail.com>2017-01-27 07:35:36 -0800
commite71c278288968318f71a5dcab15b240f5c2869ad (patch)
treeebd2cc401237de8b91239d36be413daa441d5e72 /lib/url.js
parentad6e778c4a903a7d484125c4737ad4816331e457 (diff)
downloadandroid-node-v8-e71c278288968318f71a5dcab15b240f5c2869ad.tar.gz
android-node-v8-e71c278288968318f71a5dcab15b240f5c2869ad.tar.bz2
android-node-v8-e71c278288968318f71a5dcab15b240f5c2869ad.zip
url: stop exporting originFor()
PR-URL: https://github.com/nodejs/node/pull/10955 Fixes: https://github.com/nodejs/node/issues/10800 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'lib/url.js')
-rw-r--r--lib/url.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/url.js b/lib/url.js
index 4ad6e31bb0..e4ced8e860 100644
--- a/lib/url.js
+++ b/lib/url.js
@@ -18,7 +18,6 @@ exports.resolveObject = urlResolveObject;
exports.format = urlFormat;
exports.URL = internalUrl.URL;
exports.URLSearchParams = internalUrl.URLSearchParams;
-exports.originFor = internalUrl.originFor;
exports.domainToASCII = internalUrl.domainToASCII;
exports.domainToUnicode = internalUrl.domainToUnicode;