• A
    [fuchsia] Set up namespace properly (#4920) · a594a91a
    Adam Barth 提交于
    When we converted this code to FIDL2, we moved the FlatNamespace into
    SetupNamespace, which meant it grabed the service root handle instead of
    leaving it in-place for ApplicationContext::CreateFrom to pick it up.
    Now, we pass this object by pointer, which is what we did in FIDL1.
    a594a91a
application_controller_impl.cc 4.5 KB