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
Родитель 0fd831e559
Коммит bd36520bb6
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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