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/nsXULTemplateQueryProcessorStorage.cpp | |
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/nsXULTemplateQueryProcessorStorage.cpp')
-rw-r--r-- | dom/xul/templates/nsXULTemplateQueryProcessorStorage.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/xul/templates/nsXULTemplateQueryProcessorStorage.cpp b/dom/xul/templates/nsXULTemplateQueryProcessorStorage.cpp index a70307bf5..cd7c32eae 100644 --- a/dom/xul/templates/nsXULTemplateQueryProcessorStorage.cpp +++ b/dom/xul/templates/nsXULTemplateQueryProcessorStorage.cpp @@ -28,6 +28,8 @@ #include "nsIDocument.h" #include "nsNetUtil.h" +using mozilla::fallible; + //---------------------------------------------------------------------- // // nsXULTemplateResultSetStorage |