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/XPCRuntimeService.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/XPCRuntimeService.cpp')
-rw-r--r-- | js/xpconnect/src/XPCRuntimeService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/xpconnect/src/XPCRuntimeService.cpp b/js/xpconnect/src/XPCRuntimeService.cpp index c460052fe..7ca8689a7 100644 --- a/js/xpconnect/src/XPCRuntimeService.cpp +++ b/js/xpconnect/src/XPCRuntimeService.cpp @@ -37,6 +37,7 @@ NS_IMPL_RELEASE(BackstagePass) nsIXPCScriptable::DONT_ENUM_QUERY_INTERFACE | \ nsIXPCScriptable::IS_GLOBAL_OBJECT | \ nsIXPCScriptable::DONT_REFLECT_INTERFACE_NAMES +#include "xpc_make_class.h" #include "xpc_map_end.h" /* This will #undef the above */ |