summaryrefslogtreecommitdiffstats
path: root/dom/webidl/TestInterfaceJS.webidl
diff options
context:
space:
mode:
authorJustOff <Off.Just.Off@gmail.com>2019-03-13 19:37:03 +0200
committerJustOff <Off.Just.Off@gmail.com>2019-03-13 19:37:03 +0200
commit5890367d30702ff8f2fbb6fc28e6ecdd6d5b2b84 (patch)
treefcd18e16b5e5311e9219bdf87fdb36ca11844e9b /dom/webidl/TestInterfaceJS.webidl
parent3344c564a81c006633780542fa84bdbd69a51aac (diff)
downloadUXP-5890367d30702ff8f2fbb6fc28e6ecdd6d5b2b84.tar
UXP-5890367d30702ff8f2fbb6fc28e6ecdd6d5b2b84.tar.gz
UXP-5890367d30702ff8f2fbb6fc28e6ecdd6d5b2b84.tar.lz
UXP-5890367d30702ff8f2fbb6fc28e6ecdd6d5b2b84.tar.xz
UXP-5890367d30702ff8f2fbb6fc28e6ecdd6d5b2b84.zip
Rename "MozMap" to "record" in our IDL parser and IDL files
Diffstat (limited to 'dom/webidl/TestInterfaceJS.webidl')
-rw-r--r--dom/webidl/TestInterfaceJS.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/TestInterfaceJS.webidl b/dom/webidl/TestInterfaceJS.webidl
index 1ca629c39..2cf8d701a 100644
--- a/dom/webidl/TestInterfaceJS.webidl
+++ b/dom/webidl/TestInterfaceJS.webidl
@@ -24,7 +24,7 @@ interface TestInterfaceJS : EventTarget {
any pingPongObjectOrString((object or DOMString) objOrString);
TestInterfaceJSDictionary pingPongDictionary(optional TestInterfaceJSDictionary dict);
long pingPongDictionaryOrLong(optional (TestInterfaceJSUnionableDictionary or long) dictOrLong);
- DOMString pingPongMap(MozMap<any> map);
+ DOMString pingPongMap(record<DOMString, any> map);
long objectSequenceLength(sequence<object> seq);
long anySequenceLength(sequence<any> seq);