Bug 1131803 comment fix followup. DONTBUILD

This commit is contained in:
Boris Zbarsky 2015-02-26 16:33:02 -05:00
parent 8c97b329f6
commit d19843290b

View File

@ -640,7 +640,7 @@ WrapCallable(JSContext *cx, HandleObject callable, HandleObject sandboxProtoProx
MOZ_ASSERT(JS::IsCallable(callable));
// Our proxy is wrapping the callable. So we need to use the
// callable as the private. We put the given sandboxProtoProxy in
// an extra slot,, and our call() hook depends on that.
// an extra slot, and our call() hook depends on that.
MOZ_ASSERT(js::IsProxy(sandboxProtoProxy) &&
js::GetProxyHandler(sandboxProtoProxy) ==
&xpc::sandboxProxyHandler);