Bug 1302849 part 1. Remove the now-dead SCSecurityXrayXPCWN thing. r=mrbkap

This commit is contained in:
Boris Zbarsky 2016-09-15 11:41:45 -04:00
parent 0fd831e559
commit bd36520bb6
2 changed files with 0 additions and 2 deletions

View File

@ -2432,6 +2432,5 @@ template class PermissiveXrayDOM;
template class SecurityXrayDOM;
template class PermissiveXrayJS;
template class PermissiveXrayOpaque;
template class SCSecurityXrayXPCWN;
} // namespace xpc

View File

@ -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;