mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1302849 part 1. Remove the now-dead SCSecurityXrayXPCWN thing. r=mrbkap
This commit is contained in:
parent
0fd831e559
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user