summaryrefslogtreecommitdiffstats
path: root/dom/bindings/moz.build
diff options
context:
space:
mode:
authorJustOff <Off.Just.Off@gmail.com>2019-03-13 20:04:13 +0200
committerJustOff <Off.Just.Off@gmail.com>2019-03-13 20:04:13 +0200
commitb586a191ec085d2c6c5c4fdfb1b12102fb5de4c4 (patch)
tree8271d2b8f78dd3518f23fb93fc971489fe14e67b /dom/bindings/moz.build
parent5890367d30702ff8f2fbb6fc28e6ecdd6d5b2b84 (diff)
downloadUXP-b586a191ec085d2c6c5c4fdfb1b12102fb5de4c4.tar
UXP-b586a191ec085d2c6c5c4fdfb1b12102fb5de4c4.tar.gz
UXP-b586a191ec085d2c6c5c4fdfb1b12102fb5de4c4.tar.lz
UXP-b586a191ec085d2c6c5c4fdfb1b12102fb5de4c4.tar.xz
UXP-b586a191ec085d2c6c5c4fdfb1b12102fb5de4c4.zip
Rename the MozMap C++ type to "record" and give it a template parameter for the key type
Diffstat (limited to 'dom/bindings/moz.build')
-rw-r--r--dom/bindings/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/bindings/moz.build b/dom/bindings/moz.build
index f1ce9e276..7e1358e9c 100644
--- a/dom/bindings/moz.build
+++ b/dom/bindings/moz.build
@@ -32,10 +32,10 @@ EXPORTS.mozilla.dom += [
'FakeString.h',
'IterableIterator.h',
'JSSlots.h',
- 'MozMap.h',
'NonRefcountedDOMObject.h',
'Nullable.h',
'PrimitiveConversions.h',
+ 'Record.h',
'RootedDictionary.h',
'SimpleGlobalObject.h',
'StructuredClone.h',