diff options
author | JustOff <Off.Just.Off@gmail.com> | 2019-03-13 19:37:03 +0200 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2019-03-13 19:37:03 +0200 |
commit | 5890367d30702ff8f2fbb6fc28e6ecdd6d5b2b84 (patch) | |
tree | fcd18e16b5e5311e9219bdf87fdb36ca11844e9b /dom/webidl/TestInterfaceJS.webidl | |
parent | 3344c564a81c006633780542fa84bdbd69a51aac (diff) | |
download | uxp-5890367d30702ff8f2fbb6fc28e6ecdd6d5b2b84.tar.gz |
Rename "MozMap" to "record" in our IDL parser and IDL files
Diffstat (limited to 'dom/webidl/TestInterfaceJS.webidl')
-rw-r--r-- | dom/webidl/TestInterfaceJS.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/TestInterfaceJS.webidl b/dom/webidl/TestInterfaceJS.webidl index 1ca629c39e..2cf8d701af 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); |