aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/URL.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/URL.webidl')
-rw-r--r--components/script/dom/webidls/URL.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/URL.webidl b/components/script/dom/webidls/URL.webidl
index 6843bd8b6c2..dc4c71f512e 100644
--- a/components/script/dom/webidls/URL.webidl
+++ b/components/script/dom/webidls/URL.webidl
@@ -7,7 +7,7 @@
Exposed=(Window,Worker)*/]
interface URL {
static USVString domainToASCII(USVString domain);
- // static USVString domainToUnicode(USVString domain);
+ static USVString domainToUnicode(USVString domain);
[SetterThrows]
/*stringifier*/ attribute USVString href;