summaryrefslogtreecommitdiffstats
path: root/dom/bindings/Record.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/bindings/Record.h')
-rw-r--r--dom/bindings/Record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/bindings/Record.h b/dom/bindings/Record.h
index 2fe18be2b..b7f7b01b0 100644
--- a/dom/bindings/Record.h
+++ b/dom/bindings/Record.h
@@ -47,7 +47,7 @@ template<typename KeyType, typename ValueType>
class Record
{
public:
- typedef typename binding_detail::RecordEntry<nsString, ValueType> EntryType;
+ typedef typename binding_detail::RecordEntry<KeyType, ValueType> EntryType;
typedef Record<KeyType, ValueType> SelfType;
Record()