зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1302849 part 1. Remove the now-dead SCSecurityXrayXPCWN thing. r=mrbkap
This commit is contained in:
Родитель
0fd831e559
Коммит
bd36520bb6
|
@ -2432,6 +2432,5 @@ template class PermissiveXrayDOM;
|
|||
template class SecurityXrayDOM;
|
||||
template class PermissiveXrayJS;
|
||||
template class PermissiveXrayOpaque;
|
||||
template class SCSecurityXrayXPCWN;
|
||||
|
||||
} // namespace xpc
|
||||
|
|
|
@ -507,7 +507,6 @@ class XrayWrapper : public Base {
|
|||
#define SecurityXrayDOM xpc::XrayWrapper<js::CrossCompartmentSecurityWrapper, xpc::DOMXrayTraits>
|
||||
#define PermissiveXrayJS xpc::XrayWrapper<js::CrossCompartmentWrapper, xpc::JSXrayTraits>
|
||||
#define PermissiveXrayOpaque xpc::XrayWrapper<js::CrossCompartmentWrapper, xpc::OpaqueXrayTraits>
|
||||
#define SCSecurityXrayXPCWN xpc::XrayWrapper<js::SameCompartmentSecurityWrapper, xpc::XPCWrappedNativeXrayTraits>
|
||||
|
||||
extern template class PermissiveXrayXPCWN;
|
||||
extern template class SecurityXrayXPCWN;
|
||||
|
|
Загрузка…
Ссылка в новой задаче