Bug 1052093 - Child->parent CPOWs should go through COWs in the parent for security (r=bholley)
This commit is contained in:
@@ -55,6 +55,12 @@ JavaScriptParent::trace(JSTracer *trc)
|
||||
objects_.trace(trc);
|
||||
}
|
||||
|
||||
JSObject *
|
||||
JavaScriptParent::defaultScope()
|
||||
{
|
||||
return xpc::UnprivilegedJunkScope();
|
||||
}
|
||||
|
||||
mozilla::ipc::IProtocol*
|
||||
JavaScriptParent::CloneProtocol(Channel* aChannel, ProtocolCloneContext* aCtx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user