diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 17:51:21 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-23 17:51:21 +0000 |
commit | ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c (patch) | |
tree | a93e4d3ac7d056b07dc2e8b3ec52ae61b30b3351 /dom/xul/templates/nsTemplateMap.h | |
parent | 0e27cb13cca8255e6afa3ba8a1b805ae8060588b (diff) | |
download | UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.gz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.lz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.xz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.zip |
Issue #80 - De-unify dom/xul
Diffstat (limited to 'dom/xul/templates/nsTemplateMap.h')
-rw-r--r-- | dom/xul/templates/nsTemplateMap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/xul/templates/nsTemplateMap.h b/dom/xul/templates/nsTemplateMap.h index cb828b093..dfa7d611a 100644 --- a/dom/xul/templates/nsTemplateMap.h +++ b/dom/xul/templates/nsTemplateMap.h @@ -9,6 +9,8 @@ #include "PLDHashTable.h" #include "nsXULElement.h" +using mozilla::fallible; + class nsTemplateMap { protected: struct Entry : public PLDHashEntryHdr { |