diff options
author | Moonchild <moonchild@palemoon.org> | 2022-03-04 15:34:17 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-03-04 15:34:17 +0000 |
commit | 6714b6ba73af4de3eedde8c0380b26528affc534 (patch) | |
tree | 5cc51b2206f78de0245be7723179871a8dc4a8cc /js/xpconnect/src/XPCLocale.cpp | |
parent | a05a65278058562ce7bcab7b6a58e256436aa853 (diff) | |
download | GRE-6714b6ba73af4de3eedde8c0380b26528affc534.tar.gz |
Issue #2 - De-unify sources in xpconnect
This also removes some e10s code.
Tag: #12
Diffstat (limited to 'js/xpconnect/src/XPCLocale.cpp')
-rw-r--r-- | js/xpconnect/src/XPCLocale.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/xpconnect/src/XPCLocale.cpp b/js/xpconnect/src/XPCLocale.cpp index 9a55c0ec8..d89f78fc5 100644 --- a/js/xpconnect/src/XPCLocale.cpp +++ b/js/xpconnect/src/XPCLocale.cpp @@ -22,6 +22,7 @@ #include "xpcpublic.h" using namespace JS; +using namespace mozilla; using mozilla::dom::EncodingUtils; /** |